delete the empty line.

Issue:https://gitee.com/maimaity/ark_js_runtime/issues/I53VO3

Change:
    modified:    ecmascript/tooling/agent/js_backend.cpp

Signed-off-by: Gongyuhang <gongyuhang5@huawei.com>
This commit is contained in:
Gongyuhang 2022-04-22 21:26:49 +08:00
parent 593c2e2b1e
commit bb260a4162

View File

@ -888,7 +888,6 @@ void JSBackend::GetAdditionalProperties(const Local<JSValueRef> &value,
if (value->IsTypedArray()) {
Local<TypedArrayRef> localTypedArrayRef(value);
int32_t lengthTypedArray = localTypedArrayRef->ArrayLength(ecmaVm_);
if (lengthTypedArray < 0 || lengthTypedArray > lengthTypedArrayLimit) {
LOG(ERROR, DEBUGGER) << "The length of the TypedArray is non-compliant or unsupported.";
return;