diff options
| -rw-r--r-- | xmake/plugins/repo/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
