Skip to content

Commit

Permalink
Extension piece got missed
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther committed Nov 12, 2023
1 parent 234eeaa commit 84ed2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/commands/hardware.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export async function hardware(fileUri: string) {
// The await eval() hack is for https://github.com/microsoft/TypeScript/issues/43329
const tst = await import("@nand2tetris/simulator/tst.js");
const tst = await import("@nand2tetris/simulator/test/chiptst.js");
console.log(`Hardware for ${fileUri}`);
console.log(new tst.ChipTest());
}

0 comments on commit 84ed2e5

Please sign in to comment.