summaryrefslogtreecommitdiff
path: root/xmake/modules/utils/archive/archive.lua
diff options
context:
space:
mode:
authorShifftC <[email protected]>2025-01-27 15:35:08 +0100
committerShifftC <[email protected]>2025-01-27 16:10:45 +0100
commit7222c603fa360b1c2d41907d936af7f4b166fbcf (patch)
tree1dce368712c0fdcba6395b8ba355edbe9578fe36 /xmake/modules/utils/archive/archive.lua
parentc775dcb940f93f5254d487d825ae0c33085a1d91 (diff)
Make extractor/archiver errors more clear
Diffstat (limited to 'xmake/modules/utils/archive/archive.lua')
-rw-r--r--xmake/modules/utils/archive/archive.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/utils/archive/archive.lua b/xmake/modules/utils/archive/archive.lua
index 804229638..5d24c506d 100644
--- a/xmake/modules/utils/archive/archive.lua
+++ b/xmake/modules/utils/archive/archive.lua
@@ -306,7 +306,7 @@ function _archive(archivefile, inputfiles, extension, archivers, opt)
return true
end
end
- raise("cannot archive %s, %s!", path.filename(archivefile), errors or "archivers not found!")
+ raise("cannot archive %s, %s!", path.filename(archivefile), errors or "no archiver found")
end
-- only archive tar file