Skip to content

Commit

Permalink
Removed throw from compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
quigamdev committed Aug 20, 2018
1 parent 9b872fa commit c1446de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DotVVM.Compiler/Programs/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ private static void Main(string[] args)
catch (Exception e)
{
Console.WriteLine(@"!#" + e);
throw;
}
}
}
Expand Down

0 comments on commit c1446de

Please sign in to comment.