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

Commit 53dee22

Browse files
committed
fix: Handle => Local for node 12 support
1 parent 5a5854b commit 53dee22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)