File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ ReferenceError: y is not defined
5555var ______________________________________________; throw 10
5656 ^
575710
58- (Use `node --trace-uncaught ...` to show where the exception was thrown)
58+ (Use `* --trace-uncaught ...` to show where the exception was thrown)
5959
6060[eval]:1
6161var ______________________________________________; throw 10
6262 ^
636310
64- (Use `node --trace-uncaught ...` to show where the exception was thrown)
64+ (Use `* --trace-uncaught ...` to show where the exception was thrown)
6565done
Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ ReferenceError: y is not defined
6767let ______________________________________________; throw 10
6868 ^
696910
70- (Use `node --trace-uncaught ...` to show where the exception was thrown)
70+ (Use `* --trace-uncaught ...` to show where the exception was thrown)
7171
7272[stdin]:1
7373let ______________________________________________; throw 10
7474 ^
757510
76- (Use `node --trace-uncaught ...` to show where the exception was thrown)
76+ (Use `* --trace-uncaught ...` to show where the exception was thrown)
7777done
Original file line number Diff line number Diff line change 33throw { // eslint-disable-line no-throw-literal
44^
55[object Object]
6- (Use `node --trace-uncaught ...` to show where the exception was thrown)
6+ (Use `* --trace-uncaught ...` to show where the exception was thrown)
Original file line number Diff line number Diff line change 33throw null;
44^
55null
6- (Use `node --trace-uncaught ...` to show where the exception was thrown)
6+ (Use `* --trace-uncaught ...` to show where the exception was thrown)
Original file line number Diff line number Diff line change 33throw undefined;
44^
55undefined
6- (Use `node --trace-uncaught ...` to show where the exception was thrown)
6+ (Use `* --trace-uncaught ...` to show where the exception was thrown)
You canβt perform that action at this time.
0 commit comments