diff options
Diffstat (limited to '.lush/scripts/example.lua')
| -rw-r--r-- | .lush/scripts/example.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.lush/scripts/example.lua b/.lush/scripts/example.lua index b3de3cb..e7cd210 100644 --- a/.lush/scripts/example.lua +++ b/.lush/scripts/example.lua @@ -106,3 +106,7 @@ if textFiles ~= nil then print(textFiles[i]) end end + +-- the exit function is used to make the program quit in the case of an error +print("making an error with lush.exit()") +lush.exit() |
