Skip to content

Commit

Permalink
Bug/Typo in JS file: "/product-icon-theme-sample/build/updateFont.js" @…
Browse files Browse the repository at this point in the history
…line #33 (Fixes #650)
  • Loading branch information
Miguel Solorio committed Jun 14, 2022
1 parent 7bf1547 commit 4301377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product-icon-theme-sample/build/updateFont.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function generateFont() {
fs.writeFileSync(dest, result.woff, 'binary');
console.log(`Font created at ${dest}`);
} catch (e) {
console.error('Font creation failed.', error);
console.error('Font creation failed.', e);
}
}

Expand Down

0 comments on commit 4301377

Please sign in to comment.