pacify eslint

This commit is contained in:
Bryan Housel
2018-12-22 13:42:09 -05:00
parent 6d327b3eff
commit e51f2eb1e7
+1 -1
View File
@@ -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);
}
}
}