summaryrefslogtreecommitdiff
path: root/xmake/core/_xmake_main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-01-02 22:37:00 +0800
committerruki <[email protected]>2019-01-02 09:42:04 +0800
commitcc976c3fc70c83373e2984ee26ccbff4df5efa85 (patch)
tree4bfe845d1040fc15a798bffbb8aebbd241f8550d /xmake/core/_xmake_main.lua
parent59c8c59a2983c329118f7839b9949635a85183f5 (diff)
add plain theme
Diffstat (limited to 'xmake/core/_xmake_main.lua')
-rw-r--r--xmake/core/_xmake_main.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmake/core/_xmake_main.lua b/xmake/core/_xmake_main.lua
index a56c5a638..7438ab611 100644
--- a/xmake/core/_xmake_main.lua
+++ b/xmake/core/_xmake_main.lua
@@ -42,7 +42,5 @@ local main = require("main")
-- the main function
function _xmake_main()
-
- -- done main
- return main.done()
+ return main.entry()
end