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:
zhangyafei.echo
2022-11-15 17:15:02 +08:00
parent 050e51ba9b
commit bb50f3cd70
5 changed files with 59 additions and 7 deletions
+4 -3
View File
@@ -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;
}