Adding comment to test hooks

This commit is contained in:
2024-12-27 16:04:30 +01:00
parent ff52aee7b6
commit bb365a5822
2 changed files with 2 additions and 0 deletions

1
dist/app.js vendored
View File

@@ -19960,6 +19960,7 @@ var setupAutoRebaseGit = async () => {
};
var main = async () => {
try {
console.log("Setup auto rebase");
await setupAutoRebaseGit();
const branches = await fetchBranches();
branches.push(mainBranch);