Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
8e141356ffcdfb2db6628621d2cc4b7db5cb0b55
/
.
/
test
/
parallel
/
test-child-process-fork3.js
blob: fe0e68b6a6436eb9cfd38c2011eb5f247e583347 [
file
] [
log
] [
blame
]
'use strict'
;
var
common
=
require
(
'../common'
);
var
child_process
=
require
(
'child_process'
);
child_process
.
fork
(
common
.
fixturesDir
+
'/empty.js'
);
// should not hang