diff --git a/common/content/io.js b/common/content/io.js index 67f87017..060bfd1c 100644 --- a/common/content/io.js +++ b/common/content/io.js @@ -150,7 +150,7 @@ const IO = Module("io", { [this._cwd, this._oldcwd] = [dir, this.getCurrentDirectory()]; } - return self.getCurrentDirectory(); + return this.getCurrentDirectory(); // XXX }, /**