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

return a file object from io.getCurrentDirectory

This commit is contained in:
Doug Kearns
2008-11-01 02:53:25 +00:00
parent 14a646e2ce
commit 4efae05d03
3 changed files with 16 additions and 16 deletions

View File

@@ -1194,7 +1194,7 @@ const liberator = (function () //{{{
if (options["exrc"])
{
let localRcFile = io.getRCFile(io.getCurrentDirectory());
let localRcFile = io.getRCFile(io.getCurrentDirectory().path);
if (localRcFile)
io.source(localRcFile.path, true);
}