Skip to content

Commit

Permalink
[js] Noop flushing on stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed May 27, 2017
1 parent 00515db commit 9fd1325
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vm/js/nqp-runtime/io.js
Expand Up @@ -606,6 +606,9 @@ class Stdout extends StdHandle {
$$printfh(msg) {
process.stdout.write(msg);
}

$$flushfh() {
}
};

op.getstdout = function() {
Expand Down

0 comments on commit 9fd1325

Please sign in to comment.