Skip to content

Commit 1f9eda7

Browse files
committed
fix missing close paren
1 parent 8a18208 commit 1f9eda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/esm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ close normally.
978978
export function globalPreload({ port }) {
979979
port.on('message', (msg) => {
980980
port.postMessage(msg);
981-
};
981+
});
982982
return `\
983983
port.postMessage('console.log("I went to the Loader and back");');
984984
port.on('message', (data) => {

0 commit comments

Comments
 (0)