You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deno deployed, worked fine until the upgrading to the latest versions. When starting I get:
Unhandled rejection: PromiseRejectionEvent {
bubbles: false,
cancelable: true,
composed: false,
currentTarget: Window {},
defaultPrevented: false,
eventPhase: 2,
srcElement: null,
target: Window {},
returnValue: true,
timeStamp: 0,
type: "unhandledrejection",
promise: Promise {
<rejected> TypeError: Deno.openKv is not a function
at fX (https://get.silverbullet.md/:2385:13466736)
at F.gj [as actionHandler] (https://get.silverbullet.md/:2385:13468273)
at F.execute (https://get.silverbullet.md/:24:8612)
at async F.parseCommand (https://get.silverbullet.md/:24:6314)
at async https://get.silverbullet.md/:2418:6541
},
reason: TypeError: Deno.openKv is not a function
at fX (https://get.silverbullet.md/:2385:13466736)
at F.gj [as actionHandler] (https://get.silverbullet.md/:2385:13468273)
at F.execute (https://get.silverbullet.md/:24:8612)
at async F.parseCommand (https://get.silverbullet.md/:24:6314)
at async https://get.silverbullet.md/:2418:6541
}
The text was updated successfully, but these errors were encountered:
Silverbullet 0.9.4
deno 2.0.5
Deno deployed, worked fine until the upgrading to the latest versions. When starting I get:
The text was updated successfully, but these errors were encountered: