From 68ce253ca289030922581b10a34094750c34d729 Mon Sep 17 00:00:00 2001 From: BanceDev Date: Fri, 27 Sep 2024 09:33:01 -0400 Subject: added exit api function --- test/args_test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/args_test.lua') 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 -- cgit v1.2.3-59-g8ed1b