aboutsummaryrefslogtreecommitdiffstats
path: root/test/args_test.lua
diff options
context:
space:
mode:
authorGravatar BanceDev 2024-09-27 09:33:01 -0400
committerGravatar BanceDev 2024-09-27 09:33:01 -0400
commit68ce253ca289030922581b10a34094750c34d729 (patch)
tree24a8d2a158794a0e42b5a154d3cf595188bd7227 /test/args_test.lua
parentfixed chaining execution attempting to execute operator (diff)
added exit api function
Diffstat (limited to 'test/args_test.lua')
-rw-r--r--test/args_test.lua2
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