From 5642af746b3af4c96a339e96de90cfa59ea3d3c7 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Thu, 23 Jun 2022 12:56:22 +0300 Subject: [PATCH] fix(installer): run commands without timeout --- lua/gopher/installer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/gopher/installer.lua b/lua/gopher/installer.lua index 28d0dec..0f20dff 100644 --- a/lua/gopher/installer.lua +++ b/lua/gopher/installer.lua @@ -22,7 +22,7 @@ local function install(pkg) print("install " .. url .. " finished") end, }) - :sync() + :start() end ---Install required go deps