Skip to content

Commit 320a049

Browse files
committed
add a NODE_MODULE() statement; fixes brianc#222
1 parent 4f907de commit 320a049

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/binding.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,3 +803,4 @@ extern "C" void init (Handle<Object> target)
803803
HandleScope scope;
804804
Connection::Init(target);
805805
}
806+
NODE_MODULE(binding, init)

0 commit comments

Comments
 (0)