Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/truelockmc/streambert
/ appendLog
Function
appendLog
src/ipc/downloads.js:487–491 ·
view source on GitHub ↗
(line)
Source
from the content-addressed store, hash-verified
485
let
stderrBuf =
""
;
486
487
const
appendLog = (line) => {
488
try {
489
fs.appendFileSync(logPath, line +
"\n"
,
"utf8"
);
490
} catch {}
491
};
492
493
proc.stdout.on(
"data"
, (chunk) => {
494
buf += chunk.toString();
Callers
1
register
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected