diff options
Diffstat (limited to 'test/args_test.lua')
| -rw-r--r-- | test/args_test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/args_test.lua b/test/args_test.lua index d14fd73..a698b36 100644 --- a/test/args_test.lua +++ b/test/args_test.lua @@ -17,7 +17,7 @@ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. if args == nil then print("args test failed, no args found ❌\n") - return + lush.exit() else print("args:") for i = 1, #args do |
