1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 07:44:14 +01:00
This commit is contained in:
Kris Maglione
2010-09-25 16:30:52 -04:00
parent b0f7716f97
commit 9bcd60cb52
2 changed files with 20 additions and 9 deletions

View File

@@ -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 "";
},
/**