mirror of
https://github.com/lune-org/mlua-luau-scheduler.git
synced 2025-04-03 01:50:57 +01:00
8 lines
103 B
Lua
8 lines
103 B
Lua
--!nocheck
|
|
--!nolint UnknownGlobal
|
|
|
|
print("Setting exit code manually")
|
|
|
|
exit(1)
|
|
|
|
error("unreachable")
|