Skip to content

Commit c13956a

Browse files
committed
Merge remote-tracking branch 'origin/context-aware' into electron-40
2 parents 7b05338 + da32e89 commit c13956a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,10 @@ class Spellchecker : public Nan::ObjectWrap {
297297
}
298298
};
299299

300-
void Init(Local<Object> exports, Local<Object> module) {
300+
void Init(Local<Object> exports) {
301301
Spellchecker::Init(exports);
302302
}
303303

304304
} // namespace
305305

306-
NODE_MODULE(spellchecker, Init)
306+
NAN_MODULE_WORKER_ENABLED(spellchecker, Init)

0 commit comments

Comments
 (0)