Commit dd043a57834c04e21fd8de214cc3f3f7ec42d594

Authored by Adhidarma Hadiwinoto
1 parent 2dbf226fc6
Exists in master

config pakai global

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -45,7 +45,7 @@ function MatrixUtil(options) {
45 45 process.exit(1);
46 46 }
47 47  
48   - this.config = options.config;
  48 + config = options.config;
49 49 if (!this.config) new Promise(function(resolve, reject) {
50 50 console.trace("Config not set");
51 51 process.exit(1);