Skip to content

Commit

Permalink
Fix flush of Stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
malaise committed Aug 25, 2023
1 parent 913e367 commit 98b7459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposit/output_flows.adb
Expand Up @@ -192,7 +192,7 @@ package body Output_Flows is
when Async_Stdout =>
Async_Stdin.Flush_Out;
when Async_Stderr =>
Async_Stdin.Flush_Out;
Async_Stdin.Flush_Err;
end case;
exception
when Constraint_Error =>
Expand Down

0 comments on commit 98b7459

Please sign in to comment.