File: spawn-empty.js

package info (click to toggle)
node-tap 12.0.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,916 kB
  • sloc: makefile: 84; sh: 75
file content (4 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (3)
1
2
3
4
if (process.argv[2] !== 'child') {
  var t = require('../..')
  t.spawn(process.execPath, [__filename, 'child'])
}