Skip to content

Commit 107b986

Browse files
committed
style: format live updater readiness helper
1 parent b2e48f8 commit 107b986

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.agents/skills/openclaw-live-updater/scripts/update-main.mjs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -545,12 +545,7 @@ function defaultSleep(ms) {
545545
execFileSync("sleep", [String(ms / 1_000)]);
546546
}
547547

548-
export function verifyGatewayReadiness(
549-
runCommand,
550-
checkout,
551-
expectedSha,
552-
sleep = defaultSleep,
553-
) {
548+
export function verifyGatewayReadiness(runCommand, checkout, expectedSha, sleep = defaultSleep) {
554549
let lastError;
555550
for (let attempt = 1; attempt <= GATEWAY_READINESS_ATTEMPTS; attempt += 1) {
556551
try {

0 commit comments

Comments
 (0)