ng2-rest 13.0.21 → 13.0.24

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.
@@ -1323,6 +1323,9 @@ class RestRequest {
1323
1323
  this.subjectInuUse[jobid][cancelFn]('[ng2-rest] on purpose canceled http request');
1324
1324
  }
1325
1325
  }
1326
+ else {
1327
+ // console.log(`somehow second time cancel ${jobid}`)
1328
+ }
1326
1329
  });
1327
1330
  const sub = subject.subscribe({
1328
1331
  next: a => observer.next(a),