Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
function
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
errors_transform.js
File · 0.70
fixTheBuild
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected