cargo-sweep icon indicating copy to clipboard operation
cargo-sweep copied to clipboard

Improve error handling

Open pzmarzly opened this issue 5 years ago • 1 comments

Right now errors seem not to be printed correctly, and cargo-sweep exits with code 0 even on error.

$ cargo sweep --toolchains nightly-2019-13-13 # toolchain that does not exist
[INFO] Using specified installed toolchains: ["nightly-2019-13-13"]
[ERROR] Failed to clean "/project/target":

pzmarzly avatar Apr 09 '19 14:04 pzmarzly

Is there a way to see what's going wrong at all? I'm running into this issue on macOS.

fenhl avatar Dec 18 '21 10:12 fenhl