@stemy/ngx-utils 11.1.0 → 11.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3203,8 +3203,7 @@
3203
3203
  _this.http.get(configUrl).toPromise().then(function (response) {
3204
3204
  resolve(response);
3205
3205
  }, function () {
3206
- console.error("Config file not found at: " + configUrl);
3207
- resolve({});
3206
+ reject("Config file not found at: " + configUrl);
3208
3207
  });
3209
3208
  });
3210
3209
  };