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
Next Next commit
removed trailing space
  • Loading branch information
Josh-Broomfield committed Sep 27, 2018
commit c563cb6825f0a8eb725959dc2963dfb46bf76e71
2 changes: 1 addition & 1 deletion test/parallel/test-child-process-disconnect.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ if (process.argv[2] === 'child') {
if (data === 'ready') {
child.disconnect();
assert.throws(
child.disconnect.bind(child),
child.disconnect.bind(child),
{
code: 'ERR_IPC_DISCONNECTED',
type: Error
Expand Down