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
{{ message }}
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
Hello and welcome to the Oni repository! Thanks for opening your first issue here. To help us out, please make sure to include as much detail as possible - including screenshots and logs, if possible.
This looks to be that the path checking logic we have fails in some fashion for just numbers:
I think this is type of the input being swapped to an int when just numbers are passed. Any other string seems to work (123.txt etc). The fix here should just be to force it always to a string, as well as not crashing if there is an error there.
Oni Version: 0.3.6
Operating System: macOS Sierra
Issue: Running oni from the command line with a number as first parameter won't open the editor
Expected behavior: I should see the filesystem tool and the editor area
Actual behavior: I only see the system menu bar and the window UX
Steps to reproduce: open a terminal; run
oni 123
Maybe this is only happening to me? I would be available to follow any debug step needed.
This is what I get:
The text was updated successfully, but these errors were encountered: