mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 22:21:36 -04:00
IssueNo:#I61B3L
Description:Fix issue in js_runtime.cpp and js_data_struct_converter.cpp Sig:SIG_ApplicationFramework Feature or BugFix: Feature Binary Source: No Signed-off-by: zhangyafei.echo <zhangyafei12@huawei.com> Change-Id: I6590ec186d29e7366027811bc486ffe275256f90
This commit is contained in:
@@ -15,13 +15,14 @@
|
||||
|
||||
#include "js_runtime.h"
|
||||
|
||||
#include <atomic>
|
||||
#include <cerrno>
|
||||
#include <climits>
|
||||
#include <cstdlib>
|
||||
#include <regex>
|
||||
|
||||
#include <atomic>
|
||||
#include <sys/epoll.h>
|
||||
#include <unistd.h>
|
||||
#include <regex>
|
||||
|
||||
#include "ability_constants.h"
|
||||
#include "connect_server_manager.h"
|
||||
@@ -88,7 +89,7 @@ public:
|
||||
void StartDebugMode(bool needBreakPoint) override
|
||||
{
|
||||
if (vm_ == nullptr) {
|
||||
HILOG_ERROR("virtual machine does not exist");
|
||||
HILOG_ERROR("Virtual machine does not exist");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user