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

fix(watchLocalModules): fix watcher crashing due to build errors #306

Merged
merged 4 commits into from
Sep 22, 2020

Commits on Sep 16, 2020

  1. fix(watchLocalModules): fix watcher crashing due to build errors

    This was caused when a module would throw a linting error or something similar
    during the building of the module. This was not being caught and therefore was causing
    the app to crash.
    James Singleton committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    dd4d3e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    0c3cb74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73749c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Configuration menu
    Copy the full SHA
    d2f8df1 View commit details
    Browse the repository at this point in the history