Skip to content

Commit ea6e26d

Browse files
TrottMyles Borins
authored and
Myles Borins
committedJan 12, 2016
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 ffb7deb commit ea6e26d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

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

-1
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)
Please sign in to comment.