Skip to content

Commit

Permalink
chore: fixed error posting for invalid command payload
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jun 25, 2024
1 parent bb2a93c commit a6b6270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export async function plugin(inputs: PluginInputs, env: Env) {
await context.logger.error(e.message);
}
} else {
context.logger.fatal(e);
await context.logger.error(e);
throw e;
}
}
Expand Down

0 comments on commit a6b6270

Please sign in to comment.