1
0
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:
Doug Kearns
2010-09-22 21:22:00 +10:00
parent 75e84aac6f
commit 5f2436650c

View File

@@ -150,7 +150,7 @@ const IO = Module("io", {
[this._cwd, this._oldcwd] = [dir, this.getCurrentDirectory()];
}
return self.getCurrentDirectory();
return this.getCurrentDirectory(); // XXX
},
/**