diff options
| author | ruki <[email protected]> | 2019-01-02 22:37:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-01-02 09:42:04 +0800 |
| commit | cc976c3fc70c83373e2984ee26ccbff4df5efa85 (patch) | |
| tree | 4bfe845d1040fc15a798bffbb8aebbd241f8550d /xmake/core/_xmake_main.lua | |
| parent | 59c8c59a2983c329118f7839b9949635a85183f5 (diff) | |
add plain theme
Diffstat (limited to 'xmake/core/_xmake_main.lua')
| -rw-r--r-- | xmake/core/_xmake_main.lua | 4 |
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 |
