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

Panic when the `--file` file is not found

Open marcospb19 opened this issue 9 months ago • 0 comments

$ cargo run -- sweep --file
thread 'main' panicked at src/main.rs:237:18:
Failed to load timestamp file: failed to read stamp file /home/marcospb19/cargo-sweep/sweep.timestamp

Caused by:
    No such file or directory (os error 2)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

marcospb19 avatar Sep 18 '23 20:09 marcospb19