This commit is contained in:
tassadarliu 2018-04-23 17:28:47 +08:00 committed by GitHub
parent a237967338
commit 4694b7371c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ bool ParseChannelArgs(Local<Value> args_val,
Local<Value> key = Nan::Get(keys, i).ToLocalChecked();
Utf8String key_str(key);
if (*key_str == NULL) {
// Key string onversion failed
// Key string conversion failed
return false;
}
Local<Value> value = Nan::Get(args_hash, key).ToLocalChecked();