fix(run-node): type signal process injection · openclaw/openclaw@7546231
openclaw
·
2026-06-20
·
via Recent Commits to openclaw:main
Skip to content
Navigation Menu
Saved searches
Use saved searches to filter your results more quickly
Sign up
Commit 7546231
fix(run-node): type signal process injection
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|
@@ -47,6 +47,7 @@ export function runNodeMain(params?: {
|
47 | 47 | fs?: unknown; |
48 | 48 | stderr?: { write: (value: string) => void }; |
49 | 49 | process?: NodeJS.Process; |
| 50 | +signalProcess?: (pid: number, signal?: NodeJS.Signals | number) => boolean | void; |
50 | 51 | execPath?: string; |
51 | 52 | cwd?: string; |
52 | 53 | args?: string[]; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments