chore: bump beta version to 2026.1.27-beta.1

This commit is contained in:
Peter Steinberger
2026-01-28 01:28:16 +01:00
parent e2c437e81e
commit 8d07955f2c
11 changed files with 18 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ describe("installUnhandledRejectionHandler - fatal detection", () => {
let originalExit: typeof process.exit;
beforeAll(() => {
originalExit = process.exit;
originalExit = process.exit.bind(process);
installUnhandledRejectionHandler();
});