Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #152 from nornagon/node-12
Browse files Browse the repository at this point in the history
fix: Handle => Local for node 12 support
  • Loading branch information
daviwil committed Jan 30, 2019
2 parents 5a5854b + 8841615 commit a5c7fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ NAN_METHOD(FindCredentials) {
Nan::AsyncQueueWorker(worker);
}

void Init(v8::Handle<v8::Object> exports) {
void Init(v8::Local<v8::Object> exports) {
Nan::SetMethod(exports, "getPassword", GetPassword);
Nan::SetMethod(exports, "setPassword", SetPassword);
Nan::SetMethod(exports, "deletePassword", DeletePassword);
Expand Down

0 comments on commit a5c7fe4

Please sign in to comment.