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> => {
|
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
1
dist/app.js
vendored
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user