aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/mason/health.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/mason/health.lua b/lua/mason/health.lua
index 9e21215b..190a6972 100644
--- a/lua/mason/health.lua
+++ b/lua/mason/health.lua
@@ -144,6 +144,7 @@ local function check_core_utils()
relaxed = platform.is.win,
}
+ a.scheduler()
local tar = vim.fn.executable "gtar" == 1 and "gtar" or "tar"
check { cmd = tar, args = { "--version" }, name = tar }