mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix(run-node): type signal process injection
This commit is contained in:
@@ -47,6 +47,7 @@ export function runNodeMain(params?: {
|
||||
fs?: unknown;
|
||||
stderr?: { write: (value: string) => void };
|
||||
process?: NodeJS.Process;
|
||||
signalProcess?: (pid: number, signal?: NodeJS.Signals | number) => boolean | void;
|
||||
execPath?: string;
|
||||
cwd?: string;
|
||||
args?: string[];
|
||||
|
||||
Reference in New Issue
Block a user