Skip to content

Commit

Permalink
suppress annoying red squiggle
Browse files Browse the repository at this point in the history
  • Loading branch information
JothamWong committed Apr 6, 2024
1 parent 9997307 commit 828bba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/oogavm-machine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ async function main() {
return run(104);
}

// @ts-ignore
if (process.argv[1] === fileURLToPath(import.meta.url)) {
main().catch(err => {
console.error(err);
Expand Down

0 comments on commit 828bba9

Please sign in to comment.