mirror of
https://github.com/actions/setup-node.git
synced 2025-06-29 14:13:49 +00:00
.
This commit is contained in:
parent
78d7c382fb
commit
e7ed525da5
7117 changed files with 1773720 additions and 211 deletions
7
node_modules/fsevents/install.js
generated
vendored
Normal file
7
node_modules/fsevents/install.js
generated
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
if (process.platform === 'darwin') {
|
||||
var spawn = require('child_process').spawn;
|
||||
var args = ['install', '--fallback-to-build'];
|
||||
var options = {stdio: 'inherit'};
|
||||
var child = spawn(require.resolve('node-pre-gyp/bin/node-pre-gyp'), args, options);
|
||||
child.on('close', process.exit);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue