From e51f2eb1e706e369d8e8518818d6ee5747a9cf15 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sat, 22 Dec 2018 13:42:09 -0500 Subject: [PATCH] pacify eslint --- build_data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } }