Make lint happy (sorry cookie monster, nothing for you here :( )

This commit is contained in:
Godzil
2018-08-01 19:57:29 +01:00
parent 9c3aaf220a
commit 2e8de8c5c2
3 changed files with 13 additions and 8 deletions

View File

@@ -35,7 +35,8 @@ export default function(args: string[], done: (err?: Error) => void)
config.pass = undefined;
my_request.eatCookies(config);
cfg.save(config);
log.info("Unlogged!");
log.info('Unlogged!');
process.exit(0);
}