diff options
| author | ruki <[email protected]> | 2022-09-29 00:36:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-09-29 00:36:46 +0800 |
| commit | 1496036a67cf746df72b7140096e08b6913a3d9d (patch) | |
| tree | 812bb4ac37bb6636bf6338f3057c6d48a1d69898 /xmake/plugins | |
| parent | 0d2b60e8732d531a1e75e0a298b8235f1b3cc0da (diff) | |
add isolate when pulling repo #2159
Diffstat (limited to 'xmake/plugins')
| -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 |
