Skip to content

Commit

Permalink
in_exec_wasi: add error message
Browse files Browse the repository at this point in the history
Signed-off-by: David Korczynski <[email protected]>
  • Loading branch information
DavidKorczynski authored and nokute78 committed Jul 7, 2023
1 parent c58fc4f commit ac3cb7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/in_exec_wasi/in_exec_wasi.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ static int in_exec_wasi_collect(struct flb_input_instance *ins,

/* Validate the temporary file was created */
if (stdoutp == NULL) {
flb_plg_error(ctx->ins, "failed to created temporary file");
return -1;
}

Expand Down

0 comments on commit ac3cb7c

Please sign in to comment.