@banta/sdk 1.0.0 → 1.0.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.
@@ -7488,7 +7488,7 @@
7488
7488
  return __generator(this, function (_b) {
7489
7489
  switch (_b.label) {
7490
7490
  case 0:
7491
- if (this._source.close)
7491
+ if (this._source && this._source.close)
7492
7492
  this._source.close();
7493
7493
  this._source = null;
7494
7494
  _a = this;
@@ -8396,7 +8396,7 @@
8396
8396
  return __generator(this, function (_b) {
8397
8397
  switch (_b.label) {
8398
8398
  case 0:
8399
- if (this._source.close)
8399
+ if (this._source && this._source.close)
8400
8400
  this._source.close();
8401
8401
  this._source = null;
8402
8402
  _a = this;