mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
504482dadd
Fixes #8858. Fixes #8869. ``` $ target/debug/deno Deno 1.32.5 exit using ctrl+d, ctrl+c, or close() REPL is running with all permissions allowed. To specify permissions, run `deno repl` with allow flags. > Promise.reject(new Error("bar")); Promise { <rejected> Error: bar at <anonymous>:2:16 } Uncaught (in promise) Error: bar at <anonymous>:2:16 > reportError(new Error("baz")); undefined Uncaught Error: baz at <anonymous>:2:13 > |
||
---|---|---|
.. | ||
cdp.rs | ||
channel.rs | ||
editor.rs | ||
mod.rs | ||
session.rs |