HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991109/root/usr/share/node_modules/spawn-wrap/lib/
Upload File :
Current File : //proc/1991109/root/usr/share/node_modules/spawn-wrap/lib/which-or-undefined.js
'use strict';

const which = require("which")

function whichOrUndefined(executable) {
  try {
    return which.sync(executable)
  } catch (error) {
  }
}

module.exports = whichOrUndefined