Skip to content

Commit

Permalink
Merge pull request #5 from dora-gt/feature/webfont-error
Browse files Browse the repository at this point in the history
Add error console output for webfont errors.
  • Loading branch information
Templarian authored Aug 28, 2020
2 parents 1a0fe29 + cb60240 commit bc698c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,5 +348,6 @@ webfont(getConfig())
return result;
})
.catch(error => {
console.error(error);
throw error;
});

0 comments on commit bc698c5

Please sign in to comment.