summaryrefslogtreecommitdiff
path: root/test/parallel/test-child-process-fork3.js
blob: 5588c41422e21b57751a76c96fce43a364a6af5d (plain)
1
2
3
4
5
'use strict';
const common = require('../common');
const child_process = require('child_process');

child_process.fork(common.fixturesDir + '/empty.js'); // should not hang