You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to Node.js v15.0.1.
Type ".help" for more information.
> throw new Error();
Uncaught Error
> new Promise(() => { throw new Error(); });
Promise {
<rejected> Error
at REPL2:1:27
at new Promise (<anonymous>)
at REPL2:1:1
at Script.runInThisContext (node:vm:132:18)
at REPLServer.defaultEval (node:repl:474:29)
at bound (node:domain:430:14)
at REPLServer.runBound [as eval] (node:domain:443:12)
at REPLServer.onLine (node:repl:793:10)
at REPLServer.emit (node:events:339:22)
at REPLServer.EventEmitter.emit (node:domain:486:12)
}
> node:internal/process/promises:218
triggerUncaughtException(err, true /* fromPromise */);
^
Error
at REPL2:1:27
at new Promise (<anonymous>)
at REPL2:1:1
at Script.runInThisContext (node:vm:132:18)
at REPLServer.defaultEval (node:repl:474:29)
at bound (node:domain:430:14)
at REPLServer.runBound [as eval] (node:domain:443:12)
at REPLServer.onLine (node:repl:793:10)
at REPLServer.emit (node:events:339:22)
at REPLServer.EventEmitter.emit (node:domain:486:12)
// node crashes
The text was updated successfully, but these errors were encountered:
BridgeAR
added
duplicate
Issues and PRs that are duplicates of other issues or PRs.
repl
Issues and PRs related to the REPL subsystem.
labels
Oct 31, 2020
The text was updated successfully, but these errors were encountered: