Skip to content

Commit 48741d6

Browse files
author
Cédric Belin
committed
Update the examples [skip ci]
1 parent ab10be1 commit 48741d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/parse_report.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
}));
1414
}
1515
catch (FormatException error) {
16-
Console.WriteLine(error.Message);
16+
Console.Error.WriteLine(error.Message);
1717
}

0 commit comments

Comments
 (0)