Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RekGRpth committed Dec 4, 2023
1 parent 7c73728 commit f0bac8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dest.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ static void dest_execute(void) {
whereToSendOutput = DestDebug;
ReadyForQueryMy(whereToSendOutput);
SetCurrentStatementStartTimestamp();
dest_grab(&error, stdout);
dest_grab(&error, stderr);
dest_grab(&output, stdout);
exec_simple_query(task.input);
dest_ungrab(&output, &task.output);
Expand Down

0 comments on commit f0bac8a

Please sign in to comment.