mirror of
https://github.com/denoland/deno.git
synced 2025-01-07 14:48:14 -05:00
c113df1bb8
- Improves speed and binary size significantly. - Makes deno_last_exception() output a JSON structure. - Isolate::execute and Isolate::event_loop now return structured, mapped JSError objects on errors. - Removes libdeno functions: libdeno.setGlobalErrorHandler() libdeno.setPromiseRejectHandler() libdeno.setPromiseErrorExaminer() In collaboration with Ryan Dahl.
8 lines
358 B
Text
8 lines
358 B
Text
Error: bad
|
|
at foo (file://[WILDCARD]tests/error_001.ts:2:9)
|
|
at bar (file://[WILDCARD]tests/error_001.ts:6:3)
|
|
at eval (file://[WILDCARD]tests/error_001.ts:9:1)
|
|
at _gatherDependencies ([WILDCARD]/js/runner.ts:[WILDCARD])
|
|
at run ([WILDCARD]/js/runner.ts:[WILDCARD])
|
|
at denoMain ([WILDCARD]/js/main.ts:[WILDCARD])
|
|
at deno_main.js:1:1
|