You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there -- I realize this is obviously isn't the fault of your type definitions, but I'm getting an odd error when I try to use Lurker and modify my TypeScript files (while running tstl -p tsconfig.json --watch):
[lurker] Hotswapping 'conf.lua'...
[lurker] Swapped 'conf.lua' in 0.00053299999999989 secs
[lurker] Hotswapping 'guy.lua'...
[lurker] Swapped 'guy.lua' in 0.001142 secs
[lurker] Hotswapping 'lualib_bundle.lua'...
[lurker] Failed to swap 'lualib_bundle.lua' : node_modules/lume/lume.lua:693: table index is nil
Oddly, if I modify the output Lua files directly, things seem to work fine (more or less -- it doesn't crash, but it doesn't always seem to hotswap correctly).
Do you happen to have any insights about what might be happening?
The text was updated successfully, but these errors were encountered:
Hey there -- I realize this is obviously isn't the fault of your type definitions, but I'm getting an odd error when I try to use Lurker and modify my TypeScript files (while running
tstl -p tsconfig.json --watch
):Oddly, if I modify the output Lua files directly, things seem to work fine (more or less -- it doesn't crash, but it doesn't always seem to hotswap correctly).
Do you happen to have any insights about what might be happening?
The text was updated successfully, but these errors were encountered: