summaryrefslogtreecommitdiffstats
path: root/build/generate-svg.js
diff options
context:
space:
mode:
Diffstat (limited to 'build/generate-svg.js')
-rwxr-xr-xbuild/generate-svg.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/generate-svg.js b/build/generate-svg.js
index 53ec000d12..29b7d47693 100755
--- a/build/generate-svg.js
+++ b/build/generate-svg.js
@@ -54,5 +54,5 @@ async function main() {
]);
}
-main().then(exit).catch(exit); // eslint-disable-line github/no-then
+main().then(exit).catch(exit);