diff --git a/build_data.js b/build_data.js index 7d80cac3a..ad5e92033 100644 --- a/build_data.js +++ b/build_data.js @@ -537,7 +537,7 @@ function writeFaIcons(faIcons) { writeFileProm('svg/fontawesome/' + key + '.svg', fontawesome.icon(def).html); } catch (error) { console.error('Error: No FontAwesome icon for ' + key); - throw(error); + throw (error); } } }