From 6daa74748ff63efcf24fb66112412c03df08be72 Mon Sep 17 00:00:00 2001 From: William Boman Date: Sat, 30 May 2026 15:52:15 +0200 Subject: refactor(fs): implement mkdirp natively via libuv (#2100) --- lua/mason-registry/sources/github.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/mason-registry/sources/github.lua') diff --git a/lua/mason-registry/sources/github.lua b/lua/mason-registry/sources/github.lua index 7b650ae8..73c9d285 100644 --- a/lua/mason-registry/sources/github.lua +++ b/lua/mason-registry/sources/github.lua @@ -95,7 +95,7 @@ function GitHubRegistrySource:install() if not fs.async.dir_exists(self.root_dir) then log.debug("Creating registry directory", self) - try(Result.pcall(fs.async.mkdirp, self.root_dir)) + try(Result.pcall(fs.sync.mkdirp, self.root_dir)) end if version == nil then -- cgit v1.3.1