mirror of
https://github.com/nodejs/node.git
synced 2025-05-06 23:10:15 +00:00

PR-URL: https://github.com/nodejs/node/pull/10550 Reviewed-By: Rich Trott <rtrott@gmail.com>
6 lines
173 B
JavaScript
6 lines
173 B
JavaScript
'use strict';
|
|
const common = require('../common');
|
|
const child_process = require('child_process');
|
|
|
|
child_process.fork(common.fixturesDir + '/empty.js'); // should not hang
|