HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/libtap/lib/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/libtap/lib/find-main-script.js
'use strict';

const process = require('./process.js')

// Node.js should provide an API for this
function mainScript(defaultName) {
  if (typeof repl !== 'undefined' || '_eval' in process) {
    return defaultName
  }

  return process.argv[1] || defaultName
}

module.exports = mainScript;