Skip to content

Commit

Permalink
emscripten_runner.js: rename flush to fsync
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jan 3, 2023
1 parent dcd584b commit c9fa892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/emscripten_runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function make_tty_ops(stream){
console.warn(e);
}
},
flush(tty) {
fsync(tty) {
if (!tty.output || tty.output.length === 0) {
return;
}
Expand Down

0 comments on commit c9fa892

Please sign in to comment.