Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Feb 29, 2024
1 parent a07b994 commit 61dabbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion events/issue_comment/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ ${out}
\`\`\`
# IO
\`\`\`
${err}
${stderr}
--- ERR ---
${String(err) == stderr ? "None" : err}
\`\`\``;

console.log(body);
Expand Down

0 comments on commit 61dabbb

Please sign in to comment.