Skip to content

Commit 1facf52

Browse files
committed
Fix Root cache could not be found. aborting.
1 parent 6d9e2d2 commit 1facf52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/LayerCache.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ class LayerCache {
171171
return undefined
172172
}
173173
this.restoredRootKey = restoredRootKey
174+
175+
return restoredRootKey
174176
}
175177

176178
private async restoreLayers(): Promise<boolean> {

0 commit comments

Comments
 (0)