Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
fix: NAN_MODULE_WORKER_ENABLED
Browse files Browse the repository at this point in the history
  • Loading branch information
Achille Roussel committed Mar 11, 2020
1 parent 4f89bc2 commit 9333ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binding.cc
Original file line number Diff line number Diff line change
Expand Up @@ -249,5 +249,5 @@ NAN_MODULE_INIT(init) {
Nan::SetMethod(target, "uncompressSync", UncompressSync);
}

NODE_MODULE(binding, init)
NAN_MODULE_WORKER_ENABLED(binding, init)
} // namespace nodesnappy

0 comments on commit 9333ac1

Please sign in to comment.