@bbn/bbn 1.0.192 → 1.0.193

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.
@@ -26,8 +26,9 @@ var abort = function (requestId) {
26
26
  if (loader === null || loader === void 0 ? void 0 : loader.aborter) {
27
27
  loader.aborter.abort('Operation canceled by the user.');
28
28
  }
29
+ /*
29
30
  else {
30
31
  throw new Error("Impossible to find the loader " + requestId);
31
- }
32
+ }*/
32
33
  };
33
34
  export { abort };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "1.0.192",
3
+ "version": "1.0.193",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",