mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-24 02:30:03 +00:00
js应用没用崩溃日志,没有生成jscrash
bugfix issues:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5NE3N Signed-off-by: Rtangyu <rentangyu@huawei.com>
This commit is contained in:
parent
0492648d38
commit
105ca0bbde
@ -532,7 +532,7 @@ JSHandle<JSTaggedValue> EcmaVM::GetAndClearEcmaUncaughtException() const
|
||||
|
||||
JSHandle<JSTaggedValue> EcmaVM::GetEcmaUncaughtException() const
|
||||
{
|
||||
if (thread_->HasPendingException()) {
|
||||
if (!thread_->HasPendingException()) {
|
||||
return JSHandle<JSTaggedValue>();
|
||||
}
|
||||
JSHandle<JSTaggedValue> exceptionHandle(thread_, thread_->GetException());
|
||||
|
Loading…
Reference in New Issue
Block a user