Skip to content

Commit

Permalink
fix(health): schedule vim.fn call (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Oct 10, 2023
1 parent da26387 commit 3ba3b79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/mason/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit 3ba3b79

Please sign in to comment.