Fix lint issue :P

This commit is contained in:
Rob Garrison 2018-07-21 08:25:54 -05:00
parent 5ee5fd0e02
commit 556c6817e0

View File

@ -36,5 +36,5 @@ function exit(err) {
getThemes()
.then(themes => updateHook(themes))
.then(() => console.log('\x1b[32m%s\x1b[0m', `codemirror themes list updated`))
.then(() => console.log('\x1b[32m%s\x1b[0m', 'codemirror themes list updated'))
.catch(exit);