404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.219.217.55: ~ $
'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();

Filemanager

Name Type Size Permission Actions
escapeArgument.js File 875 B 0644
escapeCommand.js File 391 B 0644
hasEmptyArgumentBug.js File 431 B 0644
readShebang.js File 894 B 0644
resolveCommand.js File 805 B 0644