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
Some of the error messages Rojo has are pretty bad; any place where Rojo can panic, those error messages should be customized in each case to make things more obvious.
For example, if a partition target is missing on the filesystem, you get:
$ rojo serve
Using project from ...
Server listening on port 8000
thread '<unnamed>' panicked at 'Unable to watch path!: Generic("Input watch path is neither a file nor a directory.")', src\libcore\result.rs:906:4
note: Run with `RUST_BACKTRACE=1` for a backtrace.
The text was updated successfully, but these errors were encountered:
Some of the error messages Rojo has are pretty bad; any place where Rojo can panic, those error messages should be customized in each case to make things more obvious.
For example, if a partition target is missing on the filesystem, you get:
The text was updated successfully, but these errors were encountered: