@andersbakken/fisk 4.0.19 → 4.0.20

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.
@@ -55822,8 +55822,6 @@ server.on("job", (job) => {
55822
55822
  else {
55823
55823
  j.op.feed(data.data);
55824
55824
  }
55825
- fs$4.writeFileSync("/tmp/preproc.ii", data.data);
55826
- // console.log("got data", data.data);
55827
55825
  });
55828
55826
  let idx = jobQueue.length;
55829
55827
  while (idx > 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andersbakken/fisk",
3
- "version": "4.0.19",
3
+ "version": "4.0.20",
4
4
  "description": "Fisk, a distributed compile system",
5
5
  "scripts": {
6
6
  "lint": "eslint . --ext .ts",