diff options
Diffstat (limited to 'src/js/node/zlib.js')
-rw-r--r-- | src/js/node/zlib.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/node/zlib.js b/src/js/node/zlib.js index 06c523b85..3e464a2de 100644 --- a/src/js/node/zlib.js +++ b/src/js/node/zlib.js @@ -3605,6 +3605,7 @@ var require_binding = __commonJS({ } Zlib.prototype = {}; Zlib.prototype.close = function () { + console.log("Zlib close"); if (this.write_in_progress) { this.pending_close = true; return; |