We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97fde2a commit 76883aaCopy full SHA for 76883aa
packages/restate-sdk/src/promises.ts
@@ -25,7 +25,7 @@ import {
25
} from "./types/errors.js";
26
import { CompletablePromise } from "./utils/completable_promise.js";
27
import type { ContextImpl, RunClosuresTracker } from "./context_impl.js";
28
-import { setTimeout } from "timers/promises";
+import { setTimeout } from "node:timers/promises";
29
import type { InputPump, OutputPump } from "./io.js";
30
31
// A promise that is never completed
0 commit comments