Open daurnimator opened 10 years ago
Uncaught TypeError: Cannot read property '_coroutineStack' of undefined moonshine.js:2428 shine.Coroutine._remove moonshine.js:2428 shine.Coroutine.resume moonshine.js:2508 shine.lib.coroutine.shine.Table.resume moonshine.js:3621 result
Minimal example:
local f = coroutine.wrap ( function(resume) window:setTimeout(resume,0) coroutine.yield() print("HERE") end ) f ( f )
Minimal example: