epic day with a forgotten console
This commit is contained in:
@@ -48,7 +48,6 @@ BaseRollingFileStream.prototype._write = function(chunk, encoding, callback) {
|
|||||||
function writeTheChunk() {
|
function writeTheChunk() {
|
||||||
debug("writing the chunk to the underlying stream");
|
debug("writing the chunk to the underlying stream");
|
||||||
that.currentSize += chunk.length;
|
that.currentSize += chunk.length;
|
||||||
console.log(that.theStream);
|
|
||||||
try {
|
try {
|
||||||
that.theStream.write(chunk, encoding, callback);
|
that.theStream.write(chunk, encoding, callback);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user