Skip to content

Commit

Permalink
Update examples/node/index.js
Browse files Browse the repository at this point in the history
Fix: The EOF was missing

Co-authored-by: Zac  <[email protected]>
  • Loading branch information
nicolaslevy and ZacharieTFR authored Dec 18, 2024
1 parent 2b48c61 commit fc7cde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/node/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ async function parseSimpleInline() {
console.log(parsedVast);
}

await parseSimpleInline();
await parseSimpleInline();

0 comments on commit fc7cde0

Please sign in to comment.