1
0
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:
Doug Kearns
2010-09-26 02:23:07 +10:00
parent 67535d91d9
commit 8f34359ab8

View File

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