Closed joelverhagen closed 9 months ago
Some runtimes have coroutines disabled, for example Factorio (source: https://lua-api.factorio.com/1.1.101/auxiliary/libraries.html#modified-functions). This allows coroutine related locals to be nil without preventing the entire Array.lua module from failing to load.
nil
Array.lua
Some runtimes have coroutines disabled, for example Factorio (source: https://lua-api.factorio.com/1.1.101/auxiliary/libraries.html#modified-functions). This allows coroutine related locals to be
nil
without preventing the entireArray.lua
module from failing to load.