mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
pacify eslint
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user