We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975f565 commit 93ae602Copy full SHA for 93ae602
1 file changed
app/NHtmlUnitGenerator/Program.cs
@@ -85,7 +85,14 @@ private static void Main(string[] args)
85
}
86
catch (FileNotFoundException e)
87
{
88
+ Console.Error.WriteLine("ERROR!");
89
+ Console.Error.WriteLine("ERROR! Fusion Log:");
90
Console.Error.WriteLine(e.FusionLog);
91
92
+ Console.Error.WriteLine("ERROR! Inner Exception:");
93
+ Console.Error.WriteLine(e.InnerException);
94
95
+ Console.Error.WriteLine("ERROR! FileNotFoundException:");
96
Console.Error.WriteLine(e);
97
throw;
98
0 commit comments