Skip to content

Commit 27ce116

Browse files
committed
Update Program.cs
1 parent d7b76cc commit 27ce116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Hashing/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ static void Main(string[] args)
5757
else
5858
{
5959
MessageBox.Show("Hashing is already running in the background!", "Information", MessageBoxButtons.OK, MessageBoxIcon.Information);
60-
Application.Exit();
60+
Environment.Exit(0);
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)