diff options
Diffstat (limited to 'xmake/plugins/lua')
| -rw-r--r-- | xmake/plugins/lua/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/lua/xmake.lua b/xmake/plugins/lua/xmake.lua index 11fce7a20..26067e90e 100644 --- a/xmake/plugins/lua/xmake.lua +++ b/xmake/plugins/lua/xmake.lua @@ -39,7 +39,7 @@ task("lua") for _, file in ipairs(files) do print(" " .. path.basename(file)) end - return + return end -- run command? @@ -50,7 +50,7 @@ task("lua") script = tmpfile end - -- get script + -- get script if script then -- import and run script |
