Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 9b4fcbe

Browse files
committed
__moduleName support
1 parent 3423389 commit 9b4fcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/declarative.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158

159159
module.locked = false;
160160
return value;
161-
});
161+
}, load.name);
162162

163163
// setup our setters and execution function
164164
module.setters = registryEntry.setters;

0 commit comments

Comments
 (0)