mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 13:44:47 +00:00
feat(ext/web): add globalThis.reportError() (#13799)
This commit is contained in:
parent
a64e63c361
commit
c30d95f2e3
10 changed files with 93 additions and 17 deletions
3
cli/tests/testdata/report_error.ts
vendored
Normal file
3
cli/tests/testdata/report_error.ts
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
console.log(1);
|
||||
reportError(new Error("foo"));
|
||||
console.log(2);
|
Loading…
Add table
Add a link
Reference in a new issue