Fix lint issue :P
This commit is contained in:
parent
5ee5fd0e02
commit
556c6817e0
|
@ -36,5 +36,5 @@ function exit(err) {
|
||||||
|
|
||||||
getThemes()
|
getThemes()
|
||||||
.then(themes => updateHook(themes))
|
.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);
|
.catch(exit);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user