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
If I want to use non-existent custom directory for rubywarrior data using -d parameter, game offers me to create rubywarrior subdirectory under it and then crashes because the custom directory doesn't exist.
Example:
rubywarrior -dnodir
No rubywarrior directory found, would you like to create one? [yn] y
lib/ruby_warrior/game.rb:29:in `mkdir': No such file or directory - nodir/rubywarrior (Errno::ENOENT)
IMHO game should offer to create custom directory before creating rubywarrior directory.
The text was updated successfully, but these errors were encountered:
If I want to use non-existent custom directory for rubywarrior data using
-d
parameter, game offers me to createrubywarrior
subdirectory under it and then crashes because the custom directory doesn't exist.Example:
IMHO game should offer to create custom directory before creating
rubywarrior
directory.The text was updated successfully, but these errors were encountered: