mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 15:59:30 +00:00
fix(run-node): type signal process injection
This commit is contained in:
parent
a977dc843d
commit
7546231762
1 changed files with 1 additions and 0 deletions
|
|
@ -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[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue