Searched refs:readCmdShim (Results 1 – 6 of 6) sorted by relevance
10 var readCmdShim = require('read-cmd-shim')12 readCmdShim('/path/to/shim.cmd', function (er, destination) {16 var destination = readCmdShim.sync('/path/to/shim.cmd')19 ### readCmdShim(path, callback)29 include a stack trace from where `readCmdShim` was called. Plus it can35 ### readCmdShim.sync(path)
45 var readCmdShim = module.exports = function (path, cb) { variable47 Error.captureStackTrace(er, readCmdShim)
6 const readCmdShim = require('read-cmd-shim') constant55 readCmdShim(to, (er, target) => {
10 const readCmdShim = require('read-cmd-shim') constant245 readCmdShim(path, function (er, source) {
6 const readCmdShim = require('read-cmd-shim') constant8 const readBinCb = process.platform === 'win32' ? readCmdShim : readlink
6 var readCmdShim = require('read-cmd-shim') variable212 return readCmdShim.sync(path)