Skip to content

Commit 42698d6

Browse files
authored
wat?
1 parent 2ba7596 commit 42698d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/node/NodeMainTemplateAsync.runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function() {
1515
var chunk = {};
1616
require("vm").runInThisContext(
1717
"(function(exports) {" + content + "\n})",
18-
{ filename }
18+
{ filename: filename }
1919
)(chunk);
2020
hotAddUpdateChunk(chunk.id, chunk.modules);
2121
});

0 commit comments

Comments
 (0)