@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.
@@ -5746,7 +5746,7 @@ ${runnerId}`,
5746
5746
  /**
5747
5747
  * In Node.js, unref the timer so it does not keep the process alive.
5748
5748
  */
5749
- if (import_browser.default) this.archiveDelTimeout.unref();
5749
+ this.archiveDelTimeout.unref();
5750
5750
  }
5751
5751
  }
5752
5752
  }