@andersbakken/fisk 4.0.18 → 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.
@@ -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":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andersbakken/fisk",
3
- "version": "4.0.18",
3
+ "version": "4.0.20",
4
4
  "description": "Fisk, a distributed compile system",
5
5
  "scripts": {
6
6
  "lint": "eslint . --ext .ts",