X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/cross-spawn/lib/util
lib
/
node_modules
/
npm
/
node_modules
/
cross-spawn
/
lib
/
util
/
ðŸ“
..
📄
escapeArgument.js
(875 B)
📄
escapeCommand.js
(391 B)
📄
hasEmptyArgumentBug.js
(431 B)
📄
readShebang.js
(894 B)
📄
resolveCommand.js
(805 B)
Editing: hasEmptyArgumentBug.js
'use strict'; // See: https://github.com/IndigoUnited/node-cross-spawn/pull/34#issuecomment-221623455 function hasEmptyArgumentBug() { var nodeVer; if (process.platform !== 'win32') { return false; } nodeVer = process.version.substr(1).split('.').map(function (num) { return parseInt(num, 10); }); return (nodeVer[0] === 0 && nodeVer[1] < 12); } module.exports = hasEmptyArgumentBug();
Upload File
Create Folder