Skip to content

Commit

Permalink
Stubbing this out for now
Browse files Browse the repository at this point in the history
For some reason, this breaks EVERYTHING
  • Loading branch information
Yahweasel committed Feb 16, 2024
1 parent a3cdab1 commit 771c346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion post.in.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ var blockReaderCallbacks = {
},

close: function(stream) {
delete Module.blockReadBuffers[stream.node.name];
// FIXME
//delete Module.blockReadBuffers[stream.node.name];
},

read: function(stream, buffer, offset, length, position) {
Expand Down

0 comments on commit 771c346

Please sign in to comment.