Skip to content

Commit

Permalink
Upgrade to NAN 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jorangreef committed Sep 11, 2018
1 parent 5d48c33 commit 471cc6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion binding.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class OpenWorker : public Nan::AsyncWorker {
v8::Local<v8::Value> argv[] = {
Nan::New<v8::Number>(error)
};
callback->Call(1, argv);
callback->Call(1, argv, async_resource);
}

private:
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
},
"dependencies": {
"@ronomon/queue": "^3.0.0",
"nan": "^2.8.0"
"nan": "^2.11.0"
}
}

0 comments on commit 471cc6c

Please sign in to comment.