Skip to content

Commit 007b4aa

Browse files
committed
src: fix cjs_lexer external reference registration
It needs to be added to the list to actually get registered.
1 parent 8e41b8d commit 007b4aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node_external_reference.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ class ExternalReferenceRegistry {
6767
V(buffer) \
6868
V(builtins) \
6969
V(cares_wrap) \
70+
V(cjs_lexer) \
7071
V(config) \
7172
V(contextify) \
7273
V(credentials) \

0 commit comments

Comments
 (0)