Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
f
  • Loading branch information
XadillaX committed Jun 2, 2021
commit 3f7e7290972689150f591253d926230373848fb2
2 changes: 1 addition & 1 deletion test/parallel/test-child-process-cwd.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function testCwd(options, expectPidType, expectCode = 0, expectData) {
if (process.platform !== 'win32') {
assert.throws(() => {
testCwd({
cwd: new URL(`file://host/dev/null`),
cwd: new URL('file://host/dev/null'),
}, 'number', 0, tmpdir.path);
}, /File URL host must be "localhost" or empty on/);
}
Expand Down