We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb70be5 commit 7441c10Copy full SHA for 7441c10
1 file changed
src/compilers/batariBasicCompiler.ts
@@ -177,7 +177,6 @@ export class BatariBasicCompiler extends CompilerBase {
177
178
// Prepare
179
const command = (application.IsWindows ? "2600bas.bat" : "2600basic.sh");
180
-
181
// for Wasmtime we only need to validate the script file by the looks from my testing...
182
let compilerFileList = [command];
183
0 commit comments