mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
ESlint quotes
This commit is contained in:
@@ -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';
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user