From 7ff6f9382165b497100c5683247e887544d983a4 Mon Sep 17 00:00:00 2001 From: mkno1412222222 <12436341+mkno1412222222@user.noreply.gitee.com> Date: Mon, 1 Sep 2025 03:13:06 +0000 Subject: [PATCH] =?UTF-8?q?update=20Jsvm/entry/src/main/cpp/Js=5FMemoryExc?= =?UTF-8?q?eption.cpp.=20=E5=8E=9F=E6=96=87=EF=BC=9A'JSVN=5FOK',=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E4=B8=BA'JSVM=5FOK'=E4=BB=A5=E4=BF=9D=E6=8C=81?= =?UTF-8?q?=E4=B8=8E=E4=BB=A3=E7=A0=81=E7=A4=BA=E4=BE=8B=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E5=B8=B8=E9=87=8F=E5=91=BD=E5=90=8D=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: mkno1412222222 <12436341+mkno1412222222@user.noreply.gitee.com> --- Jsvm/entry/src/main/cpp/Js_MemoryException.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jsvm/entry/src/main/cpp/Js_MemoryException.cpp b/Jsvm/entry/src/main/cpp/Js_MemoryException.cpp index 58a8bba..f1ebd88 100644 --- a/Jsvm/entry/src/main/cpp/Js_MemoryException.cpp +++ b/Jsvm/entry/src/main/cpp/Js_MemoryException.cpp @@ -40,7 +40,7 @@ JSVM_Status res = USVM_OK; std::Lock_guard Lock(create_jsym_mutex_); res = OH_JSVM_CreateVM(options, &vm_); } -if (res != JSVN_OK vm_ == nullptr) { +if (res != JSVM_OK vm_ == nullptr) { XLOG(ERROR) << "JSVM create vm failed"; } // When we start, open vm scope. -- Gitee