From 1496036a67cf746df72b7140096e08b6913a3d9d Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 29 Sep 2022 00:36:46 +0800 Subject: add isolate when pulling repo #2159 --- xmake/plugins/repo/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/plugins/repo/main.lua b/xmake/plugins/repo/main.lua index c0088e6e5..75a72845f 100644 --- a/xmake/plugins/repo/main.lua +++ b/xmake/plugins/repo/main.lua @@ -118,7 +118,7 @@ function _update() if option.get("verbose") then task() else - runjobs("update repo", task, {progress = true}) + runjobs("update repo", task, {progress = true, isolate = true}) end -- leave environment -- cgit v1.3.1