From c70f70b5553d49d3163b13407a164b85c2058c1f Mon Sep 17 00:00:00 2001 From: aarov Date: Fri, 29 Nov 2024 10:11:12 +0000 Subject: [PATCH] Update index.js --- index.js | 1 - 1 file changed, 1 deletion(-) 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() }