1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 22:58:01 +01:00

Fix broken file completion.

This commit is contained in:
Kris Maglione
2009-10-31 19:01:59 -04:00
parent cf03f99246
commit 8fc29193e1

View File

@@ -435,7 +435,7 @@ function IO() //{{{
{
try
{
return io.readDirectory(dir);
return File(dir).readDirectory();
}
catch (e) {}
};