rust3ds / cargo-3ds

Cargo command to work with Nintendo 3DS project binaries.
Apache License 2.0
59 stars 10 forks source link

More verbose error responses #20

Closed mateocabanal closed 2 years ago

mateocabanal commented 2 years ago

As a user, I forgot to install devkitpro and put it into my $PATH. However, cargo-3ds panicked when not finding devkitpro and tools, which led me here to track down where cargo-3ds was panicking. I replaced certain unwrap()'s with expect()'s to help with other users who forget to install devkitpro and put it into $PATH

AzureMarker commented 2 years ago

Thanks for the PR!