Skip to content

Commit

Permalink
Merge pull request #213 from nanpx/master
Browse files Browse the repository at this point in the history
Support worker threads
  • Loading branch information
Shouqun authored Jan 16, 2020
2 parents 64d3b07 + 72be96a commit 8bfd662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbus.cc
Original file line number Diff line number Diff line change
Expand Up @@ -431,5 +431,5 @@ static void init(Local<Object> exports) {
Nan::SetMethod(exports, "emitSignal", Signal::EmitSignal);
}

NODE_MODULE(dbus, init);
NAN_MODULE_WORKER_ENABLED(dbus, init);
} // namespace node_dbus

0 comments on commit 8bfd662

Please sign in to comment.