PR-URL: https://github.com/nodejs/node/pull/58253 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
19 lines
337 B
Text
19 lines
337 B
Text
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',
|
|
diff: 'simple'
|
|
}
|
|
|
|
Node.js *
|