@nsshunt/stsrunnerframework 2.0.3 → 2.0.4

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.
@@ -5740,7 +5740,7 @@ var ArchiveManager = class {
5740
5740
  /**
5741
5741
  * In Node.js, unref the timer so it does not keep the process alive.
5742
5742
  */
5743
- if (import_browser.default) this.archiveDelTimeout.unref();
5743
+ this.archiveDelTimeout.unref();
5744
5744
  }
5745
5745
  }
5746
5746
  }