diff --git a/index.js b/index.js index a4f4080..ed5fe93 100644 --- a/index.js +++ b/index.js @@ -113,7 +113,6 @@ async function gitMain() { } const behind = statusResult.behind if (behind > 0 ) { - killProcesses() console.log(`${behind} change behind, pulling...`) await git.pull() }