1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-23 23:20:44 +02:00
parent ddf97f2b6b
commit 09f09ad3da

View File

@@ -479,7 +479,7 @@ app.whenReady().then(() => {
currentBranch = (await git.revparse(['--abbrev-ref', 'HEAD'])).trim(); currentBranch = (await git.revparse(['--abbrev-ref', 'HEAD'])).trim();
} catch { } catch {
currentBranch = null; currentBranch = null;
} } //mach kein fass auf
if (!currentBranch || currentBranch === 'HEAD') { if (!currentBranch || currentBranch === 'HEAD') {
// HEAD ist detached // HEAD ist detached