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
squash: remove unused arguments
  • Loading branch information
Trott committed Jun 16, 2017
commit df3fec0414762d2e6080855d5b1eda4e278f5b55
2 changes: 1 addition & 1 deletion test/inspector/test-inspector-port-zero-cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (cluster.isMaster) {
ports.push(message.debugPort);
worker.kill();
});
worker.on('exit', (code, signal) => {
worker.on('exit', () => {
// If the worker exited via `worker.kill()` above, exitedAfterDisconnect
// will be true. If the worker exited because the debug port was already
// in use, exitedAfterDisconnect will be false. That can be expected in
Expand Down