404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.117.107.110: ~ $
module.exports = function (_require) {
  _require = _require || require
  var main = _require.main
  if (main && isIISNode(main)) return handleIISNode(main)
  else return main ? main.filename : process.cwd()
}

function isIISNode (main) {
  return /\\iisnode\\/.test(main.filename)
}

function handleIISNode (main) {
  if (!main.children.length) {
    return main.filename
  } else {
    return main.children[0].filename
  }
}

Filemanager

Name Type Size Permission Actions
CHANGELOG.md File 852 B 0644
LICENSE.txt File 731 B 0644
README.md File 1.04 KB 0644
index.js File 427 B 0644
package.json File 1.75 KB 0644