Begin rewriting frontend with web-componentes

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2024-04-05 16:10:53 -07:00
parent dd2ba26628
commit ca011cf48e
18 changed files with 1150 additions and 804 deletions

View File

@@ -112,7 +112,7 @@ class VirtualMachine {
const ic = this.activeIC;
if (ic) {
try {
ic.step();
ic.step(false);
} catch (e) {
console.log(e);
}