We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b76cc commit 27ce116Copy full SHA for 27ce116
1 file changed
Hashing/Program.cs
@@ -57,7 +57,7 @@ static void Main(string[] args)
57
else
58
{
59
MessageBox.Show("Hashing is already running in the background!", "Information", MessageBoxButtons.OK, MessageBoxIcon.Information);
60
- Application.Exit();
+ Environment.Exit(0);
61
}
62
63
0 commit comments