This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-22 15:06:54 -05:00
Code
Issues
Packages
1
Wiki
Activity
7cf15a4097
denoland-deno
/
tests
/
testdata
/
run
/
error_007_any.ts.out
2 lines
54 B
Text
Raw
Normal View
History
Unescape
Escape
chore: bump deno_core and update tests (#21467) Landing changes required for https://github.com/denoland/deno_core/pull/359 We needed to update 99_main.js and a whole load of tests. API changes: - setPromiseRejectCallback becomes setUnhandledPromiseRejectionHandler. The function is now called from eventLoopTick. - The promiseRejectMacrotaskCallback no longer exists, as this is automatically handled in eventLoopTick. - ops.op_dispatch_exception now takes a second parameter: in_promise. The preferred way to call this op is now reportUnhandledException or reportUnhandledPromiseRejection.
2023-12-06 19:02:52 -05:00
[WILDCARD]error: Uncaught (in promise) { foo: "bar" }
Copy permalink