refactor(agents): narrow shell snapshot options type · openclaw/openclaw@c91cbce
openclaw
·
2026-06-17
·
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 c91cbce
refactor(agents): narrow shell snapshot options type
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -63,7 +63,7 @@ type ShellSnapshot = {
|
63 | 63 | path: string; |
64 | 64 | }; |
65 | 65 | |
66 | | -export type ShellSnapshotWrapOptions = { |
| 66 | +type ShellSnapshotWrapOptions = { |
67 | 67 | command: string; |
68 | 68 | shell: string; |
69 | 69 | shellArgs: string[]; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments