From 09f09ad3da15f626da092fcbe2137bbaceb945f3 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 23 May 2025 23:20:44 +0200 Subject: [PATCH] auto-git: [change] main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 045462e..c00c5a6 100644 --- a/main.js +++ b/main.js @@ -479,7 +479,7 @@ app.whenReady().then(() => { currentBranch = (await git.revparse(['--abbrev-ref', 'HEAD'])).trim(); } catch { currentBranch = null; - } + } //mach kein fass auf if (!currentBranch || currentBranch === 'HEAD') { // HEAD ist detached