We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f715ee commit 9aa1a1dCopy full SHA for 9aa1a1d
1 file changed
test/parallel/test-child-process-array-prototype-setter.js
@@ -21,7 +21,7 @@ try {
21
22
spawnSyncAndAssert(process.execPath, ['-e', script], {
23
stdout: (output) => {
24
- assert.match(output, /^ERR_INVALID_ARG_TYPE\\r?\\n$/);
+ assert.match(output, /^ERR_INVALID_ARG_TYPE\r?\n$/);
25
},
26
stderr: (output) => {
27
assert.doesNotMatch(output, /FATAL ERROR: v8::ToLocalChecked Empty MaybeLocal/);
0 commit comments