Skip to content

Commit

Permalink
fix(deploy/w3c): log details before link
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Sep 17, 2020
1 parent 4742463 commit 5b3e495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-w3c-echidna.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ function showErrors(jobs) {
const { message, link } = error.extra || {};
const { key, type } = error;
console.group(message || key);
if (link) console.log(link);
if (type) console.log(type);
if (link) console.log(link);
console.groupEnd();
}
console.groupEnd();
Expand Down

0 comments on commit 5b3e495

Please sign in to comment.