@nu-art/build-and-install 0.204.102 → 0.204.103

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/build-and-install",
3
- "version": "0.204.102",
3
+ "version": "0.204.103",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "TacB0sS",
@@ -187,7 +187,8 @@ class Unit_TypescriptLib extends Unit_Typescript_1.Unit_Typescript {
187
187
  }
188
188
  catch (e) {
189
189
  this.setErrorStatus('Compilation Error', e);
190
- throw e;
190
+ if (!params_1.RuntimeParams.watch)
191
+ throw e;
191
192
  }
192
193
  }
193
194
  async purge() {