Skip to content

Commit

Permalink
Change exit code when using no params to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Aug 28, 2024
1 parent b989512 commit 53fefe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DepotDownloader/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static async Task<int> Main(string[] args)
PlatformUtilities.VerifyConsoleLaunch();
}

return 1;
return 0;
}

Ansi.Init();
Expand Down

0 comments on commit 53fefe6

Please sign in to comment.