This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 195980d committed Jun 27, 2020 Verified
1 parent 9590d81 commit 195980d Copy full SHA for 195980d
File tree 5 files changed +7
-7
lines changed
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
55
55
var ______________________________________________; throw 10
56
56
^
57
57
10
58
- (Use `node --trace-uncaught ...` to show where the exception was thrown)
58
+ (Use `* --trace-uncaught ...` to show where the exception was thrown)
59
59
60
60
[eval]:1
61
61
var ______________________________________________; throw 10
62
62
^
63
63
10
64
- (Use `node --trace-uncaught ...` to show where the exception was thrown)
64
+ (Use `* --trace-uncaught ...` to show where the exception was thrown)
65
65
done
Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ ReferenceError: y is not defined
67
67
let ______________________________________________; throw 10
68
68
^
69
69
10
70
- (Use `node --trace-uncaught ...` to show where the exception was thrown)
70
+ (Use `* --trace-uncaught ...` to show where the exception was thrown)
71
71
72
72
[stdin]:1
73
73
let ______________________________________________; throw 10
74
74
^
75
75
10
76
- (Use `node --trace-uncaught ...` to show where the exception was thrown)
76
+ (Use `* --trace-uncaught ...` to show where the exception was thrown)
77
77
done
Original file line number Diff line number Diff line change 3
3
throw { // eslint-disable-line no-throw-literal
4
4
^
5
5
[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 3
3
throw null;
4
4
^
5
5
null
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 3
3
throw undefined;
4
4
^
5
5
undefined
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