Fix eslint errors

This commit is contained in:
Tankred Hase
2017-08-15 16:03:06 +08:00
parent 750cf3d897
commit e9251d5203
20 changed files with 355 additions and 347 deletions

View File

@@ -58,4 +58,4 @@ process.on('SIGINT', () => {
process.on('uncaughtException', err => {
log.error('index', 'Uncaught exception', err);
process.exit(1);
});
});