Skip to content

Commit

Permalink
[js] Make nqp::setbuffersizefh in browser console a noop
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Nov 1, 2018
1 parent 4d4fe8b commit 1c96b4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vm/js/nqp-runtime/browser.js
Expand Up @@ -41,6 +41,10 @@ class BufferedConsole extends NQPObject {
$$isttyfh() {
return 1;
}

$$setbuffersizefh(size) {
return this;
}
}

class BrowserStdin extends NQPObject {
Expand Down

0 comments on commit 1c96b4a

Please sign in to comment.