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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user