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

Commit a5c7fe4

Browse files
authored
Merge pull request #152 from nornagon/node-12
fix: Handle => Local for node 12 support
2 parents 5a5854b + 8841615 commit a5c7fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ NAN_METHOD(FindCredentials) {
4242
Nan::AsyncQueueWorker(worker);
4343
}
4444

45-
void Init(v8::Handle<v8::Object> exports) {
45+
void Init(v8::Local<v8::Object> exports) {
4646
Nan::SetMethod(exports, "getPassword", GetPassword);
4747
Nan::SetMethod(exports, "setPassword", SetPassword);
4848
Nan::SetMethod(exports, "deletePassword", DeletePassword);

0 commit comments

Comments
 (0)