Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular-cli
/ envDump
Function
envDump
tests/e2e/utils/process.ts:84–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
83
// Return log info about the current process status
84
function
envDump() {
85
return
`STDOUT:\n${stdout}\n\nSTDERR:\n${stderr}`;
86
}
87
88
childProcess.stdout!.on(
'data'
, (data: Buffer) => {
89
stdout += data.toString(
'utf-8'
);
Callers
1
_exec
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected