undo mistake

This commit is contained in:
2023-04-25 12:50:01 -06:00
parent a0bfcbc890
commit 16b57de85a

View File

@@ -124,7 +124,7 @@ class CompilerTools {
// make the kiss file just the given expressions dumped into a file,
// with a corresponding name to the mainClassName
var kissFileContent = '(addMetadata #"@:expose("Fuck")"#)\n';
var kissFileContent = "";
for (exp in exps) {
kissFileContent += Reader.toString(exp.def) + "\n";
}