Adding comment to test hooks
This commit is contained in:
1
app.ts
1
app.ts
@@ -222,6 +222,7 @@ const setupAutoRebaseGit = async () => {
|
||||
*/
|
||||
const main = async (): Promise<void> => {
|
||||
try {
|
||||
console.log("Setup auto rebase")
|
||||
await setupAutoRebaseGit();
|
||||
|
||||
// Step 1: Fetch branches
|
||||
|
||||
1
dist/app.js
vendored
1
dist/app.js
vendored
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user