Files: ca90b5ca0579ebdcc0635288bce4978e3fb200f5 / test / test-50-spawn / test-execSync-3.js
249 bytesRaw
1 | |
2 | |
3 | 'use strict'; |
4 | |
5 | var execSync = require('child_process').execSync; |
6 | |
7 | execSync( |
8 | JSON.stringify(process.execPath) + ' ' + [ |
9 | require.resolve('./test-execSync-child.js'), 'argvx', '--argvy' |
10 | ].join(' '), { stdio: 'inherit' } |
11 | ); |
12 |
Built with git-ssb-web