Anders Kaseorg
2020-10-07 00:58:04 -07:00
committed by Tim Abbott
parent 48f5e5179a
commit c7cbdba257
18 changed files with 46 additions and 46 deletions

View File

@@ -10,7 +10,7 @@ run_test("test_early_returns", () => {
elem: stub,
handlers: {
left_arrow: () => {
throw Error("do not dispatch this with alt key");
throw new Error("do not dispatch this with alt key");
},
},
};