Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

fix: signal handling #227

Merged
merged 2 commits into from Mar 3, 2020
Merged

Commits on Feb 13, 2020

  1. fix: signal handling

    Signals should delegate to the child process to determine what to
    do as cross-env is a facade to spawning them cross platform.
    
    SIGINT, in particular, can decide swallow the signal and continue on.
    
    cross-env needs to wait for the child to decide when it's time to exit.
    
    fixed leaking `process.on` listeners.
    Barrie Treloar committed Feb 13, 2020
    Copy the full SHA
    f730e45 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Copy the full SHA
    03e2cf7 View commit details
    Browse the repository at this point in the history