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