Skip to content

Commit 7441c10

Browse files
committed
Cleanups
1 parent fb70be5 commit 7441c10

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/compilers/batariBasicCompiler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ export class BatariBasicCompiler extends CompilerBase {
177177

178178
// Prepare
179179
const command = (application.IsWindows ? "2600bas.bat" : "2600basic.sh");
180-
181180
// for Wasmtime we only need to validate the script file by the looks from my testing...
182181
let compilerFileList = [command];
183182

0 commit comments

Comments
 (0)