Merge pull request #665 from microsoft/misolori/graceful-bobolink

Update product-icon-theme-sample error
This commit is contained in:
Miguel Solorio
2022-06-15 07:35:52 -07:00
committed by GitHub

View File

@ -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);
}
}