Skip to content

Commit

Permalink
fix missing close paren
Browse files Browse the repository at this point in the history
  • Loading branch information
bmacnaughton committed Oct 19, 2023
1 parent 8a18208 commit 1f9eda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ close normally.
export function globalPreload({ port }) {
port.on('message', (msg) => {
port.postMessage(msg);
};
});
return `\
port.postMessage('console.log("I went to the Loader and back");');
port.on('message', (data) => {
Expand Down

0 comments on commit 1f9eda7

Please sign in to comment.