Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ printResult
Function
printResult
lib/internal/process/execution.js:490–490 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
488
const
{ log } = require(
'internal/console/global'
);
489
490
const
printResult = () => log(result);
491
492
process.on(
'exit'
, printResult);
493
process.once(
'beforeExit'
, () => {
Callers
1
runScriptInContext
Function · 0.85
Calls
1
log
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…