mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 04:00:22 +00:00
fix: release local heavy-check locks on success
This commit is contained in:
@@ -30,7 +30,7 @@ try {
|
||||
throw result.error;
|
||||
}
|
||||
|
||||
process.exit(result.status ?? 1);
|
||||
process.exitCode = result.status ?? 1;
|
||||
} finally {
|
||||
releaseLock();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user