From 758ac5b35e823eee74a90f855b2a66afc51ec92d Mon Sep 17 00:00:00 2001 From: William Boman Date: Wed, 28 Jun 2023 19:26:23 +0200 Subject: feat(installer): write more installation output to stdout (#1376) This should give better insights into the installation progress. --- lua/mason-core/managers/std/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/mason-core/managers/std/init.lua') diff --git a/lua/mason-core/managers/std/init.lua b/lua/mason-core/managers/std/init.lua index eb7db9bb..b3116d7a 100644 --- a/lua/mason-core/managers/std/init.lua +++ b/lua/mason-core/managers/std/init.lua @@ -40,7 +40,7 @@ end ---@param out_file string function M.download_file(url, out_file) local ctx = installer.context() - ctx.stdio_sink.stdout(("Downloading file %q...\n"):format(url)) + ctx.stdio_sink.stdout(("Downloading file %q…\n"):format(url)) fetch(url, { out_file = path.concat { ctx.cwd:get(), out_file }, }) -- cgit v1.2.3-70-g09d2