Update index.js

This commit is contained in:
2024-11-29 10:11:12 +00:00
parent ff7fc7787b
commit c70f70b555

View File

@@ -113,7 +113,6 @@ async function gitMain() {
}
const behind = statusResult.behind
if (behind > 0 ) {
killProcesses()
console.log(`${behind} change behind, pulling...`)
await git.pull()
}