@andersbakken/fisk 4.0.18 → 4.0.19

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.
@@ -3139,7 +3139,6 @@ class Compile extends EventEmitter__default["default"] {
3139
3139
  throw new Error("No sourcefile");
3140
3140
  }
3141
3141
  if (!hasDashX) {
3142
- console.log("shit", compiler, sourceFile);
3143
3142
  switch (path__default["default"].extname(sourceFile)) {
3144
3143
  case ".C":
3145
3144
  case ".cc":
@@ -55822,6 +55822,8 @@ 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);
55825
55827
  });
55826
55828
  let idx = jobQueue.length;
55827
55829
  while (idx > 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andersbakken/fisk",
3
- "version": "4.0.18",
3
+ "version": "4.0.19",
4
4
  "description": "Fisk, a distributed compile system",
5
5
  "scripts": {
6
6
  "lint": "eslint . --ext .ts",