1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-23 23:29:11 +02:00
parent 07b97d3bac
commit 79ac51f8ff

View File

@@ -492,7 +492,7 @@ app.whenReady().then(() => {
masterCommit = (await git.revparse(['refs/heads/master'])).trim();
hasMaster = true;
} catch (e) {
masterCommit = null;
masterCommit = null; //wawa
hasMaster = false;
}