Skip to content
Snippets Groups Projects
Unverified Commit fa051df3 authored by Acid Chicken (硫酸鶏)'s avatar Acid Chicken (硫酸鶏) Committed by GitHub
Browse files

node-gypの警告を直す (#3906)

* Update crypto_key.cc

* Update crypto_key.cc

* Update crypto_key.cc
parent 5bd0695b
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
NAN_METHOD(extractPublic)
{
const auto sourceString = info[0]->ToString();
const auto sourceString = info[0]->ToString(Nan::GetCurrentContext()).ToLocalChecked();
if (!sourceString->IsOneByte()) {
Nan::ThrowError("Malformed character found");
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment