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
app.ts
View File

@@ -222,6 +222,7 @@ const setupAutoRebaseGit = async () => {
*/ */
const main = async (): Promise<void> => { const main = async (): Promise<void> => {
try { try {
console.log("Setup auto rebase")
await setupAutoRebaseGit(); await setupAutoRebaseGit();
// Step 1: Fetch branches // Step 1: Fetch branches

1
dist/app.js vendored
View File

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