Skip to content

Commit 0f3d75e

Browse files
Trotttargos
authored andcommitted
test: remove duplicate fork module import
`fork` is imported twice in a row. Remove duplication. PR-URL: #4634 Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Brian White <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 5a2445b commit 0f3d75e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parallel/test-child-process-fork-close.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use strict';
22
var assert = require('assert'),
33
common = require('../common'),
4-
fork = require('child_process').fork,
54
fork = require('child_process').fork;
65

76
var cp = fork(common.fixturesDir + '/child-process-message-and-exit.js');

0 commit comments

Comments
 (0)