mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
winston.error
This commit is contained in:
@@ -214,7 +214,7 @@ var fs = require('fs'),
|
|||||||
|
|
||||||
os.on('error', function (err) {
|
os.on('error', function (err) {
|
||||||
fs.unlinkSync(tempPath);
|
fs.unlinkSync(tempPath);
|
||||||
winston.err(err);
|
winston.error(err.message);
|
||||||
});
|
});
|
||||||
|
|
||||||
is.pipe(os);
|
is.pipe(os);
|
||||||
|
|||||||
Reference in New Issue
Block a user