diff options
Diffstat (limited to 'lua/mason-core/managers/github/init.lua')
| -rw-r--r-- | lua/mason-core/managers/github/init.lua | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lua/mason-core/managers/github/init.lua b/lua/mason-core/managers/github/init.lua index 373ed1a9..b406f0f9 100644 --- a/lua/mason-core/managers/github/init.lua +++ b/lua/mason-core/managers/github/init.lua @@ -68,9 +68,10 @@ function M.release_file(opts) end if not asset_file then error( - ( - "Could not find which release file to download.\nMost likely the current operating system, architecture (%s), or libc (%s) is not supported." - ):format(platform.arch, platform.get_libc()), + ("Could not find which release file to download.\nMost likely the current operating system, architecture (%s), or libc (%s) is not supported."):format( + platform.arch, + platform.get_libc() + ), 0 ) end |
