@andersbakken/fisk 4.0.64 → 4.0.65

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.
@@ -6614,6 +6614,7 @@ function connect() {
6614
6614
  }
6615
6615
  catch (e) {
6616
6616
  notify(`msg parse error: ${msg}, ${e}`);
6617
+ return;
6617
6618
  }
6618
6619
  switch (obj.type) {
6619
6620
  case "builderAdded":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andersbakken/fisk",
3
- "version": "4.0.64",
3
+ "version": "4.0.65",
4
4
  "description": "Fisk, a distributed compile system",
5
5
  "scripts": {
6
6
  "lint": "eslint . --ext .ts",
@@ -74,7 +74,7 @@
74
74
  "prettier": "^2.8.2",
75
75
  "rollup": "^2.38.4",
76
76
  "rollup-plugin-hashbang": "^3.0.0",
77
- "rollup-plugin-typescript2": "^0.27.0",
77
+ "rollup-plugin-typescript2": "^0.37.0",
78
78
  "run-p": "^0.0.0"
79
79
  }
80
80
  }