We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
winston
1 parent 84f746b commit 4037603Copy full SHA for 4037603
patches/winston+3.3.3.patch
@@ -0,0 +1,12 @@
1
+diff --git a/node_modules/winston/lib/winston/logger.js b/node_modules/winston/lib/winston/logger.js
2
+index 89dd4ac..612f235 100644
3
+--- a/node_modules/winston/lib/winston/logger.js
4
++++ b/node_modules/winston/lib/winston/logger.js
5
+@@ -306,6 +306,7 @@ class Logger extends Transform {
6
+ } catch (ex) {
7
+ throw ex;
8
+ } finally {
9
++ this._writableState.sync = false;
10
+ // eslint-disable-next-line callback-return
11
+ callback();
12
+ }
0 commit comments