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
After installing latest version, I go to 18xx-maker/games
If I do e.g.
18xx-export-rb game 18SJ
it works fine.
But if I have incorrect name of game, eg
18xx-export-rb games 18sj
I get the text "undefined" followed by
TypeError: Cannot read property 'file' of undefined
I suggest adding a check if game exists, and if not showing some suitable error message.
The text was updated successfully, but these errors were encountered:
After installing latest version, I go to 18xx-maker/games
If I do e.g.
18xx-export-rb game 18SJ
it works fine.
But if I have incorrect name of game, eg
18xx-export-rb games 18sj
I get the text "undefined" followed by
TypeError: Cannot read property 'file' of undefined
I suggest adding a check if game exists, and if not showing some suitable error message.
The text was updated successfully, but these errors were encountered: