summaryrefslogtreecommitdiff
path: root/xmake/core/base/os.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-03-03 17:16:49 +0800
committerruki <[email protected]>2016-03-03 17:16:49 +0800
commitc617361644a1856ffda5b0201b50f933d1f2f6cb (patch)
tree4a00fa915dd959fd13e8f2614f61f872d1c7f455 /xmake/core/base/os.lua
parentb331a6e94a0ed82938a626b8aa82d3c8eb6a5199 (diff)
add storage
Diffstat (limited to 'xmake/core/base/os.lua')
-rw-r--r--xmake/core/base/os.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua
index 78542d72f..46771cb9d 100644
--- a/xmake/core/base/os.lua
+++ b/xmake/core/base/os.lua
@@ -20,7 +20,7 @@
-- @file os.lua
--
--- define module: os
+-- define module
local os = os or {}
-- load modules
@@ -248,5 +248,5 @@ function os.raise(msg, ...)
end
--- return module: os
+-- return module
return os