@wrongstack/tools 0.6.6 → 0.6.7

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.
package/dist/pack.js CHANGED
@@ -711,10 +711,11 @@ var bashTool = {
711
711
  child.kill("SIGKILL");
712
712
  }
713
713
  } catch {
714
+ } finally {
715
+ killTimer.unref?.();
714
716
  }
715
717
  }, 2e3);
716
718
  timers.push(killTimer);
717
- killTimer.unref?.();
718
719
  } catch {
719
720
  }
720
721
  }