ci: fix plugin update smoke quoting · openclaw/openclaw@e962381
steipete
·
2026-04-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -206,7 +206,7 @@ node --input-type=module <<'NODE'
|
206 | 206 | shasum: record.shasum |
207 | 207 | }; |
208 | 208 | if (JSON.stringify(before) !== JSON.stringify(after)) { |
209 | | - throw new Error("plugin install record changed unexpectedly: " + JSON.stringify({ before, after })); |
| 209 | + throw new Error(\"plugin install record changed unexpectedly: \" + JSON.stringify({ before, after })); |
210 | 210 | } |
211 | 211 | NODE |
212 | 212 | if grep -q 'Downloading @example/lossless-claw' /tmp/plugin-update-output.log; then |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。