Skip to content

Commit fe2bc41

Browse files
committed
Report error to standard error stream.
1 parent c49c07c commit fe2bc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/gnatdoc-comments-builders-records.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ package body GNATdoc.Comments.Builders.Records is
9595
return Over;
9696

9797
when others =>
98-
Put_Line (Image (Node));
98+
Put_Line (Standard_Error, Image (Node));
9999

100100
raise Program_Error with Ada_Node_Kind_Type'Image (Node.Kind);
101101
end case;

0 commit comments

Comments
 (0)