ci(release): satisfy release smoke lint · openclaw/openclaw@bfee47d
steipete
·
2026-05-03
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1343,7 +1343,7 @@ export function isRecoverableWindowsPackagedUpgradeSwapCleanupFailure(
|
1343 | 1343 | /\bglobal install swap\b/iu.test(output) && |
1344 | 1344 | /\bEPERM\b/iu.test(output) && |
1345 | 1345 | /\bunlink\b/iu.test(output) && |
1346 | | -/[\\\/]\.openclaw-\d+-\d+[\\\/]/u.test(output) && |
| 1346 | +/[/\\]\.openclaw-\d+-\d+[/\\]/u.test(output) && |
1347 | 1347 | /\.node['"]?/iu.test(output) |
1348 | 1348 | ); |
1349 | 1349 | } |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。