Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix: emit boot error only once #1472

Merged
merged 2 commits into from
Jul 27, 2018
Merged

fix: emit boot error only once #1472

merged 2 commits into from
Jul 27, 2018

Commits on Jul 27, 2018

  1. fix: emit boot error only once

    `init` and `start` both emit any error they encounter. `boot` will then receive that error and also emit it! This PR adds an `emitted` property in `boot` to errors that came from `init` or `start` so that later in the code it knows whether to emit it or not!
    
    License: MIT
    Signed-off-by: Alan Shaw <alan@tableflip.io>
    alanshaw committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    451cfe7 View commit details
    Browse the repository at this point in the history
  2. chore: remove .only

    License: MIT
    Signed-off-by: Alan Shaw <alan@tableflip.io>
    alanshaw committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    5a7bc4b View commit details
    Browse the repository at this point in the history