blob: e25af05861b5ceac39842d290d4365d6f182f583 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Exiting with code=1
assert.js:*
throw new assert.AssertionError({
^
AssertionError: 1 == 2
at Object.<anonymous> (*test*message*error_exit.js:*:*)
at Module._compile (module.js:*:*)
at Object.Module._extensions..js (module.js:*:*)
at Module.load (module.js:*:*)
at tryModuleLoad (module.js:*:*)
at Function.Module._load (module.js:*:*)
at Module.runMain (module.js:*:*)
at run (bootstrap_node.js:*:*)
at startup (bootstrap_node.js:*:*)
at bootstrap_node.js:*:*
|