From a7dbac1ec8fc319b43b119db7756c38e712fba28 Mon Sep 17 00:00:00 2001 From: huangshengda Date: Sat, 9 Aug 2025 16:03:28 +0800 Subject: [PATCH] test for ggw CI. Change-Id: Iee997cd837e689995747fa57a996910f39c1023b --- ecmascript/base/error_helper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ecmascript/base/error_helper.cpp b/ecmascript/base/error_helper.cpp index 32bd8e5397..e46297f61a 100644 --- a/ecmascript/base/error_helper.cpp +++ b/ecmascript/base/error_helper.cpp @@ -236,6 +236,7 @@ CString ErrorHelper::GetJSErrorInfo(JSThread *thread, const JSHandle value = JSObject::GetProperty(thread, exceptionInfo, keyStr).GetValue(); -- Gitee