@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.
- package/builder/VM_runtime.js +0 -1
- package/package.json +1 -1
package/builder/VM_runtime.js
CHANGED
|
@@ -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":
|