We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58fc4f commit ac3cb7cCopy full SHA for ac3cb7c
plugins/in_exec_wasi/in_exec_wasi.c
@@ -61,6 +61,7 @@ static int in_exec_wasi_collect(struct flb_input_instance *ins,
61
62
/* Validate the temporary file was created */
63
if (stdoutp == NULL) {
64
+ flb_plg_error(ctx->ins, "failed to created temporary file");
65
return -1;
66
}
67
0 commit comments