Skip to content

Commit 886e745

Browse files
committed
more testing
1 parent ccd746b commit 886e745

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ namespace microcode {
305305
// console.log("PAS2")
306306
// console.log(pas2)
307307
// check the programs are the same
308-
console.log(pas2)
308+
console.log(pas1)
309309
// control.assert(pas1 == pas2, "progs not the same")
310310
}
311311
this.configureP1Keys()

mcparser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace microcode {
1515
const field = mod.fieldEditor.toString(mod.getField())
1616
if (mod instanceof IconEditor)
1717
return `${tok} \`\n${field}\`\n`
18-
if (mod instanceof MelodyEditor)
18+
else if (mod instanceof MelodyEditor)
1919
return `${tok} \`${field}\`\n`
2020
else return `${tok} ${field}`
2121
}

0 commit comments

Comments
 (0)