diff --git a/app.ts b/app.ts index f35b818..522ecd6 100644 --- a/app.ts +++ b/app.ts @@ -222,6 +222,7 @@ const setupAutoRebaseGit = async () => { */ const main = async (): Promise => { try { + console.log("Setup auto rebase") await setupAutoRebaseGit(); // Step 1: Fetch branches diff --git a/dist/app.js b/dist/app.js index 9be928a..78fea5a 100644 --- a/dist/app.js +++ b/dist/app.js @@ -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);