Skip to content

Commit c1ac94e

Browse files
committed
use exit status which is defined across platforms
1 parent 4c652dc commit c1ac94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ fn main() {
9090
}
9191
Err(err) => {
9292
error!("Unable to find the current path: {}", err);
93-
process::exit(0x0100);
93+
process::exit(-1);
9494
}
9595
},
9696
};

0 commit comments

Comments
 (0)