mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 05:17:58 +01:00
Fix broken file completion.
This commit is contained in:
@@ -435,7 +435,7 @@ function IO() //{{{
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
return io.readDirectory(dir);
|
return File(dir).readDirectory();
|
||||||
}
|
}
|
||||||
catch (e) {}
|
catch (e) {}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user