Skip to content

Commit 0a835d7

Browse files
committed
🌿 Fix scheduler test
1 parent 6c830a4 commit 0a835d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

denops/fall/lib/scheduler_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Deno.test("Scheduler", async (t) => {
4242
scheduler.start(() => {
4343
count++;
4444
throw new Error("Error");
45-
});
45+
}).catch(() => {});
4646
await delay(500);
4747
}
4848
// ```

0 commit comments

Comments
 (0)