mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
b6738c1af0
PR-URL: https://github.com/nodejs/node/pull/47498 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
19 lines
319 B
Plaintext
19 lines
319 B
Plaintext
Exiting with code=1
|
|
node:assert:*
|
|
throw new AssertionError(obj);
|
|
^
|
|
|
|
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
|
|
|
|
1 !== 2
|
|
|
|
at Object.<anonymous> (*error_exit.js:*:*) {
|
|
generatedMessage: true,
|
|
code: 'ERR_ASSERTION',
|
|
actual: 1,
|
|
expected: 2,
|
|
operator: 'strictEqual'
|
|
}
|
|
|
|
Node.js *
|