mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 07:44:14 +01:00
Fix MIW.
This commit is contained in:
@@ -208,12 +208,7 @@ const IO = Module("io", {
|
||||
},
|
||||
|
||||
readHeredoc: function (end) {
|
||||
let args;
|
||||
commandline.inputMultiline(end,
|
||||
function (res) { args = res; });
|
||||
while (args === undefined)
|
||||
util.threadYield(true);
|
||||
return args;
|
||||
return "";
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user