Skip to content

Commit 42025c9

Browse files
committed
Update exit code for no args
1 parent 29fae55 commit 42025c9

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
@@ -36,7 +36,7 @@ async fn main() {
3636
Make sure Steam is running and logged in"
3737
);
3838
}
39-
std::process::exit(1);
39+
std::process::exit(0);
4040
};
4141

4242
let exe = std::env::current_exe().expect("Cannot get current executable name");

0 commit comments

Comments
 (0)