Skip to content

Commit 93ae602

Browse files
committed
More logging
1 parent 975f565 commit 93ae602

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

app/NHtmlUnitGenerator/Program.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,14 @@ private static void Main(string[] args)
8585
}
8686
catch (FileNotFoundException e)
8787
{
88+
Console.Error.WriteLine("ERROR!");
89+
Console.Error.WriteLine("ERROR! Fusion Log:");
8890
Console.Error.WriteLine(e.FusionLog);
91+
Console.Error.WriteLine("ERROR!");
92+
Console.Error.WriteLine("ERROR! Inner Exception:");
93+
Console.Error.WriteLine(e.InnerException);
94+
Console.Error.WriteLine("ERROR!");
95+
Console.Error.WriteLine("ERROR! FileNotFoundException:");
8996
Console.Error.WriteLine(e);
9097
throw;
9198
}

0 commit comments

Comments
 (0)