From 039082a104f7fbea1fa1d2cc492d24703130f9cb Mon Sep 17 00:00:00 2001 From: Jérôme Leclercq Date: Wed, 21 Dec 2022 20:25:47 +0100 Subject: Improve error message --- xmake/modules/private/action/require/impl/environment.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/private/action/require/impl/environment.lua b/xmake/modules/private/action/require/impl/environment.lua index bf878876b..aa44dcefe 100644 --- a/xmake/modules/private/action/require/impl/environment.lua +++ b/xmake/modules/private/action/require/impl/environment.lua @@ -34,7 +34,7 @@ function enter() -- unzip or 7zip is necessary if not find_tool("unzip") and not find_tool("7z") then - raise("unzip or 7zip not found! we need install it first") + raise("failed to find unzip or 7zip! please install one of them first") end -- enter the environments of git -- cgit v1.3.1