summaryrefslogtreecommitdiff
path: root/xmake/core/package/package.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/package/package.lua')
-rw-r--r--xmake/core/package/package.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua
index 3349239a9..0e44ab58b 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -267,7 +267,7 @@ function _instance:lock(opt)
if self:filelock():trylock(opt) then
return true
elseif option.get("diagnosis") then
- utils.warning("the current package is being accessed by other processes, please waiting!")
+ utils.warning("the current package is being accessed by other processes, please waiting!")
end
local ok, errors = self:filelock():lock(opt)
if not ok then