Skip to content

Commit

Permalink
modify plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tangyouyi1513 committed Mar 11, 2020
1 parent c490851 commit f966101
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions java/utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ void GetStack(v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value
return info.GetReturnValue().Set(v8::Array::New(isolate));
}
auto value = maybe_value.ToLocalChecked();
if (!value->IsArray()) {
return info.GetReturnValue().Set(v8::Array::New(isolate));
}
info.GetReturnValue().Set(value);
}

Expand Down

0 comments on commit f966101

Please sign in to comment.