mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:17:59 +01:00
Fix typo in IO#readHeredoc.
This commit is contained in:
@@ -212,7 +212,7 @@ const IO = Module("io", {
|
|||||||
commandline.inputMultiline(end,
|
commandline.inputMultiline(end,
|
||||||
function (res) { args = res; });
|
function (res) { args = res; });
|
||||||
while (args === undefined)
|
while (args === undefined)
|
||||||
dactyl.threadYield(true);
|
util.threadYield(true);
|
||||||
return args;
|
return args;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user