IssueNo:#I4KUTY

Description:fix the default file en-US find failed in localization
Feature or Bugfix:Bugfix
Binary Source:No

Signed-off-by: tsj_2020 <tongshijia@huawei.com>
This commit is contained in:
tsj_2020
2021-12-02 17:47:43 +08:00
parent 0a7901e63b
commit cf88fcaf3b
@@ -541,7 +541,6 @@ jerry_value_t CJSONParser::GetValueFromFile(const char *key,
jerry_value_t result = UNDEFINED;
do {
if (curJsonItem == nullptr) {
result = jerry_create_string(reinterpret_cast<const jerry_char_t *>(key));
break;
}
if (cJSON_IsNumber(curJsonItem)) {