MCPcopy
hub / github.com/browserify/browserify / error

Function error

bin/args.js:109–112  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

107 standalone: argv['standalone'] || argv.s
108 }, opts));
109 function error (msg) {
110 var e = new Error(msg);
111 process.nextTick(function () { b.emit('error', e) });
112 }
113 b.argv = argv;
114 [].concat(argv.p).concat(argv.plugin).filter(Boolean)
115 .forEach(function (p) {

Callers 2

addTransformFunction · 0.85
args.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…