Skip to content

Commit 7882b6a

Browse files
committed
added error rethrowing
1 parent 0aac58b commit 7882b6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public static void Main(string[] args)
2424
catch (Exception e)
2525
{
2626
Console.Error.WriteLine(e);
27+
throw;
2728
}
2829
}
2930

0 commit comments

Comments
 (0)