Skip to content

Commit

Permalink
[js] Noop stderr/stdout instead of failing
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Aug 24, 2019
1 parent bdf7224 commit a70b135
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vm/js/nqp-runtime/io.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,10 @@ class StdHandle extends IOHandle {
constructor() {
super();
}

$$flushfh() {
return this;
}
};

class Stderr extends StdHandle {
Expand Down

0 comments on commit a70b135

Please sign in to comment.