Skip to content

Commit 22b195e

Browse files
committed
Merge branch 'master' of github.com:winstonjs/winston-transport
2 parents b47cfcd + 6566518 commit 22b195e

File tree

6 files changed

+5811
-8808
lines changed

6 files changed

+5811
-8808
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "populist",
2+
"extends": "@dabh/eslint-config-populist",
33
"rules": {
44
"one-var": ["error", { var: "never", let: "never", const: "never" }],
55
"strict": 0

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ TransportStream.prototype._write = function _write(info, enc, callback) {
102102

103103
return this.log(transformed, callback);
104104
}
105-
105+
this._writableState.sync = false;
106106
return callback(null);
107107
};
108108

0 commit comments

Comments
 (0)