Skip to content

Commit

Permalink
requote: output example id when requoting fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehrad0711 committed Feb 10, 2022
1 parent 5940276 commit 3f2a2fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/requote.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ export async function execute(args) {
console.error('**************');
console.error('Failed to requote');
console.error(String(e));
console.error(ex.id);
console.error(ex.preprocessed);
console.error(ex.target_code);
console.error('**************');
Expand Down

0 comments on commit 3f2a2fd

Please sign in to comment.