mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 11:14:12 +01:00
Fix :cd command.
This commit is contained in:
@@ -150,7 +150,7 @@ const IO = Module("io", {
|
||||
[this._cwd, this._oldcwd] = [dir, this.getCurrentDirectory()];
|
||||
}
|
||||
|
||||
return self.getCurrentDirectory();
|
||||
return this.getCurrentDirectory(); // XXX
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user