Skip to content

Commit

Permalink
force readline's terminal argument to false, to avoid inappropriate e…
Browse files Browse the repository at this point in the history
…choing
  • Loading branch information
pipcet committed Apr 24, 2017
1 parent ac31600 commit 6d51903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions targets/asmjs/nucleus.fth
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ if (typeof(os) !== "undefined") {
var rl = readline.createInterface({
input: process.stdin,
output: process.stdout,
terminal: false,
});
rl.on('line', function (data) {
gInputLines.push(data);
Expand Down

0 comments on commit 6d51903

Please sign in to comment.