mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 04:15:46 +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()];
|
[this._cwd, this._oldcwd] = [dir, this.getCurrentDirectory()];
|
||||||
}
|
}
|
||||||
|
|
||||||
return self.getCurrentDirectory();
|
return this.getCurrentDirectory(); // XXX
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user