Skip to content

Commit

Permalink
update facade
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed Aug 11, 2024
1 parent ca3dce8 commit 8b65ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action/facade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export async function facade(prompt: string = process.argv.slice(2).join(' ')) {
// swallow error to prevent leaking
const message = '💀 Internal Error.'
if (env.github() && !env.mock()) {
console.error(error) // temporary
// console.error(error) // uncomment to leak internal errors when testing
setFailed(message)
} else {
console.error(error)
Expand Down

0 comments on commit 8b65ab4

Please sign in to comment.