Commit 6f6de02480525016154fa1e2b4742774caadeeff

Authored by Adhidarma Hadiwinoto
1 parent 3fd857e00b
Exists in master

hapus this dari config

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

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