mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 09:17:59 +01:00
Refactor modules.config.
This commit is contained in:
@@ -267,7 +267,7 @@ const File = Class("File", {
|
||||
* @instance io
|
||||
*/
|
||||
const IO = Module("io", {
|
||||
requires: ["services"],
|
||||
requires: ["config", "services"],
|
||||
|
||||
init: function () {
|
||||
this._processDir = services.get("directory").get("CurWorkD", Ci.nsIFile);
|
||||
|
||||
Reference in New Issue
Block a user