Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
fix(release): once again
Browse files Browse the repository at this point in the history
  • Loading branch information
ostowe committed Jun 30, 2021
1 parent 3deae35 commit 97415bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/reconcile-release
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ inquirer
{
type: 'confirm',
name: 'error',
message: e.message,
message: `${e.message} ${e.status} ${e.stdout.toString('utf8')} ${e.stderr.toString('utf8')}`,
},
]);
}
Expand Down

0 comments on commit 97415bd

Please sign in to comment.