mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
add a NODE_MODULE() statement; fixes #222
This commit is contained in:
parent
4f907de87c
commit
320a049b2b
@ -803,3 +803,4 @@ extern "C" void init (Handle<Object> target)
|
||||
HandleScope scope;
|
||||
Connection::Init(target);
|
||||
}
|
||||
NODE_MODULE(binding, init)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user