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 6c830a4 commit 0a835d7Copy full SHA for 0a835d7
denops/fall/lib/scheduler_test.ts
@@ -42,7 +42,7 @@ Deno.test("Scheduler", async (t) => {
42
scheduler.start(() => {
43
count++;
44
throw new Error("Error");
45
- });
+ }).catch(() => {});
46
await delay(500);
47
}
48
// ```
0 commit comments