0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/testdata/run/set_timeout_error_handled.ts.out

13 lines
327 B
Text

{
cancelable: true,
message: "Uncaught Error: foo",
filename: "[WILDCARD]/set_timeout_error_handled.ts",
lineno: 18,
colno: 9,
error: Error: foo
at [WILDCARD]/set_timeout_error_handled.ts:18:9
at [WILDCARD]
}
onerror() called Error: foo
at [WILDCARD]/set_timeout_error_handled.ts:18:9
at [WILDCARD]