mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 05:01:23 +00:00
chore: bump beta version to 2026.1.27-beta.1
This commit is contained in:
@@ -10,7 +10,7 @@ describe("installUnhandledRejectionHandler - fatal detection", () => {
|
||||
let originalExit: typeof process.exit;
|
||||
|
||||
beforeAll(() => {
|
||||
originalExit = process.exit;
|
||||
originalExit = process.exit.bind(process);
|
||||
installUnhandledRejectionHandler();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user