diff options
Diffstat (limited to 'xmake/modules/utils/archive/extract.lua')
| -rw-r--r-- | xmake/modules/utils/archive/extract.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/utils/archive/extract.lua b/xmake/modules/utils/archive/extract.lua index 7fd936041..196e32d67 100644 --- a/xmake/modules/utils/archive/extract.lua +++ b/xmake/modules/utils/archive/extract.lua @@ -446,7 +446,7 @@ function _extract(archivefile, outputdir, extension, extractors, opt) return true end end - raise("cannot extract %s, %s!", path.filename(archivefile), errors or "extractors not found!") + raise("cannot extract %s, %s!", path.filename(archivefile), errors or "no extractor found") end -- extract file |
