Skip to content

Commit

Permalink
Merge branch 'master' of github.com:winstonjs/winston-transport
Browse files Browse the repository at this point in the history
  • Loading branch information
DABH committed Feb 5, 2022
2 parents b47cfcd + 6566518 commit 22b195e
Show file tree
Hide file tree
Showing 6 changed files with 5,811 additions and 8,808 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "populist",
"extends": "@dabh/eslint-config-populist",
"rules": {
"one-var": ["error", { var: "never", let: "never", const: "never" }],
"strict": 0
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ TransportStream.prototype._write = function _write(info, enc, callback) {

return this.log(transformed, callback);
}

this._writableState.sync = false;
return callback(null);
};

Expand Down
Loading

0 comments on commit 22b195e

Please sign in to comment.