diff --git a/src/Ironbug.Console/Program.cs b/src/Ironbug.Console/Program.cs index 21808ba8..9f00ab22 100644 --- a/src/Ironbug.Console/Program.cs +++ b/src/Ironbug.Console/Program.cs @@ -55,7 +55,7 @@ static void Main(string[] args) catch (Exception e) { Console.WriteLine(e); - throw e; + throw; //Console.ReadLine(); }