Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clawbot7/cli-gateway
/ onStderr
Method
onStderr
test/bindingRuntime.prompt.test.ts:165–167 ·
view source on GitHub ↗
(cb: (line: string) => void)
Source
from the content-addressed store, hash-verified
163
}
164
165
onStderr(cb: (line: string) => void): void {
166
this.stderrHandlers.push(cb);
167
}
168
169
kill(): void {
170
// noop
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected