MCPcopy Create free account
hub / github.com/browserify/watchify / run

Function run

test/errors_transform.js:78–83  ·  view source on GitHub ↗
(src)

Source from the content-addressed store, hash-verified

76});
77
78function run (src) {
79 var output = '';
80 function log (msg) { output += msg + '\n' }
81 vm.runInNewContext(src, { console: { log: log } });
82 return output;
83}

Callers 2

fixTheBuildFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected