Skip to content

Commit d139f22

Browse files
committed
Comment
1 parent fa39519 commit d139f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/esm.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const myServer = createServerHttp((_, res) => {
3232
});
3333

3434
const PORT = 3000;
35-
35+
// Assign to emp object prototype to get rid of [Module prototype null] or something
3636
console.log(Object.assign({}, unknownObject));
3737

3838
myServer.listen(PORT, () => {

0 commit comments

Comments
 (0)