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:
@@ -435,7 +435,7 @@ function IO() //{{{
|
||||
{
|
||||
try
|
||||
{
|
||||
return io.readDirectory(dir);
|
||||
return File(dir).readDirectory();
|
||||
}
|
||||
catch (e) {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user