MCPcopy Create free account
hub / github.com/browserify/static-module / error

Function error

index.js:166–169  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

164 }
165
166 function error (msg) {
167 var err = typeof msg === 'string' ? new Error(msg) : msg;
168 output.emit('error', err);
169 }
170
171 function walk (node) {
172 if (opts.sourceMap) {

Callers 2

index.jsFile · 0.85
traverseFunction · 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…