child_process_logging.ts view source
(child_process: ChildProcess, replacement?: string, cwd?: string): void Configures process output handling with path replacements while preserving ANSI colors.
child_process
type
ChildProcessreplacement
type
string default
'.'cwd
type
string default
process.cwd()returns
void