Skip to content

Commit

Permalink
Added missing coroutine library
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLSPACE committed Mar 18, 2024
1 parent ab82a81 commit 5eb57f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Simulator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1624,6 +1624,7 @@ local function createSimulator(a_Options, a_Logger)
-- Default Lua globals:
assert = assert,
collectgarbage = collectgarbage,
coroutine = coroutine,
dofile = function (a_FileName) return res:dofile(res:redirectPath(a_FileName)) end,
error = error,
getfenv = getfenv,
Expand Down

0 comments on commit 5eb57f4

Please sign in to comment.