Skip to content

Commit 3f773bd

Browse files
committed
Revert "make module context aware"
This reverts commit e46a0ca.
1 parent fece6d3 commit 3f773bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iohook.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,4 +566,4 @@ NAN_MODULE_INIT(Init) {
566566
Nan::GetFunction(Nan::New<FunctionTemplate>(GrabMouseClick)).ToLocalChecked());
567567
}
568568

569-
NAN_MODULE_WORKER_ENABLED(nodeHook, Init)
569+
NODE_MODULE(nodeHook, Init)

0 commit comments

Comments
 (0)