From e613142a689d913a7513e9d2e03aca921d7dcff4 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 21 Feb 2025 00:43:22 +0800 Subject: trim spaces --- xmake/modules/private/action/require/impl/actions/download.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmake/modules/private/action/require/impl/actions/download.lua b/xmake/modules/private/action/require/impl/actions/download.lua index 13a81698e..cb65183ad 100644 --- a/xmake/modules/private/action/require/impl/actions/download.lua +++ b/xmake/modules/private/action/require/impl/actions/download.lua @@ -222,9 +222,9 @@ function _download(package, url, sourcedir, opt) local extension = archive.extension(packagefile) local errors local ok = try { - function() + function() archive.extract(packagefile, sourcedir_tmp, {excludes = opt.url_excludes}) - return true + return true end, catch { function (errs) -- cgit v1.3.1