1
1
Fork 0
mirror of https://github.com/lune-org/lune.git synced 2025-04-18 19:03:49 +01:00
lune/crates/mlua-luau-scheduler/examples/lua/exit_code.luau
2024-06-05 16:45:53 +02:00

8 lines
103 B
Text

--!nocheck
--!nolint UnknownGlobal
print("Setting exit code manually")
exit(1)
error("unreachable")