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

Commit

Permalink
Merge pull request #179 from segmentio/master
Browse files Browse the repository at this point in the history
fix: NAN_MODULE_WORKER_ENABLED
  • Loading branch information
kesla committed Mar 11, 2020
2 parents 4f89bc2 + 9333ac1 commit cab16dd
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 cab16dd

Please sign in to comment.