ESlint quotes

This commit is contained in:
Peter Jaszkowiak
2017-02-18 01:56:23 -07:00
parent 604358ecc4
commit a038c66549
161 changed files with 356 additions and 356 deletions

View File

@@ -149,8 +149,8 @@ var opts = {
try {
return 'io: ' + _uid + ' ' + _type + ' ' + util.inspect(Array.prototype.slice.call(_args)) + '\n';
} catch (err) {
winston.info("Logger.prepare_io_string: Failed", err);
return "error";
winston.info('Logger.prepare_io_string: Failed', err);
return 'error';
}
};