Format verification install backfill

This commit is contained in:
ejclaw
2026-04-08 01:36:03 +09:00
parent 92d499c779
commit 6907a71483

View File

@@ -285,10 +285,7 @@ export async function runVerificationRequest(
exitCode: 1,
snapshotId: 'unknown',
runtimeVersion,
error:
error instanceof Error
? error.message
: String(error),
error: error instanceof Error ? error.message : String(error),
};
}
}