mirror of
https://github.com/lune-org/lune.git
synced 2025-01-05 19:09:10 +00:00
9 lines
103 B
Lua
9 lines
103 B
Lua
|
--!nocheck
|
||
|
--!nolint UnknownGlobal
|
||
|
|
||
|
print("Setting exit code manually")
|
||
|
|
||
|
exit(1)
|
||
|
|
||
|
error("unreachable")
|