@@ -7,12 +7,8 @@ SyntaxError: Strict mode code may not include a with statement
7
7
at Object.exports.runInThisContext (vm.js:*)
8
8
at Object.<anonymous> ([stdin]-wrapper:*:*)
9
9
at Module._compile (module.js:*:*)
10
- at evalScript (node.js:*:*)
11
- at Socket.<anonymous> (node.js:*:*)
12
- at emitNone (events.js:*:*)
13
- at Socket.emit (events.js:*:*)
14
- at endReadableNT (_stream_readable.js:*:*)
15
- at doNTCallback2 (node.js:*:*)
10
+ at node.js:*:*
11
+ at doNTCallback0 (node.js:*:*)
16
12
at process._tickCallback (node.js:*:*)
17
13
42
18
14
42
@@ -25,12 +21,9 @@ Error: hello
25
21
at Object.exports.runInThisContext (vm.js:*)
26
22
at Object.<anonymous> ([stdin]-wrapper:*:*)
27
23
at Module._compile (module.js:*:*)
28
- at evalScript (node.js:*:*)
29
- at Socket.<anonymous> (node.js:*:*)
30
- at emitNone (events.js:*:*)
31
- at Socket.emit (events.js:*:*)
32
- at endReadableNT (_stream_readable.js:*:*)
33
- at doNTCallback2 (node.js:*:*)
24
+ at node.js:*:*
25
+ at doNTCallback0 (node.js:*:*)
26
+ at process._tickCallback (node.js:*:*)
34
27
35
28
[stdin]:1
36
29
throw new Error("hello")
@@ -40,12 +33,9 @@ Error: hello
40
33
at Object.exports.runInThisContext (vm.js:*)
41
34
at Object.<anonymous> ([stdin]-wrapper:*:*)
42
35
at Module._compile (module.js:*:*)
43
- at evalScript (node.js:*:*)
44
- at Socket.<anonymous> (node.js:*:*)
45
- at emitNone (events.js:*:*)
46
- at Socket.emit (events.js:*:*)
47
- at endReadableNT (_stream_readable.js:*:*)
48
- at doNTCallback2 (node.js:*:*)
36
+ at node.js:*:*
37
+ at doNTCallback0 (node.js:*:*)
38
+ at process._tickCallback (node.js:*:*)
49
39
100
50
40
51
41
[stdin]:1
@@ -56,12 +46,9 @@ ReferenceError: y is not defined
56
46
at Object.exports.runInThisContext (vm.js:*)
57
47
at Object.<anonymous> ([stdin]-wrapper:*:*)
58
48
at Module._compile (module.js:*:*)
59
- at evalScript (node.js:*:*)
60
- at Socket.<anonymous> (node.js:*:*)
61
- at emitNone (events.js:*:*)
62
- at Socket.emit (events.js:*:*)
63
- at endReadableNT (_stream_readable.js:*:*)
64
- at doNTCallback2 (node.js:*:*)
49
+ at node.js:*:*
50
+ at doNTCallback0 (node.js:*:*)
51
+ at process._tickCallback (node.js:*:*)
65
52
66
53
[stdin]:1
67
54
var ______________________________________________; throw 10
0 commit comments