mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 20:12:46 +00:00
euh
This commit is contained in:
8
node_modules/pstree.remy/tests/fixtures/index.js
generated
vendored
Normal file
8
node_modules/pstree.remy/tests/fixtures/index.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
const spawn = require('child_process').spawn;
|
||||
const sub = spawn(
|
||||
'sh',
|
||||
['-c', 'node -e "setInterval(() => console.log(`running`), 200)"'],
|
||||
{
|
||||
stdio: 'pipe',
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user