远程hsp栈栈转换丢失

issue:https://gitee.com/openharmony/ability_ability_runtime/issues/IBOM50

Signed-off-by: rentangyu <rentangyu@huawei.com>
This commit is contained in:
rentangyu
2025-02-25 09:59:36 +08:00
parent 21ad77ea4e
commit f01ef0f41d
@@ -155,7 +155,7 @@ std::string SourceMap::TranslateBySourceMap(const std::string& stackStr)
auto iter = sourceMaps_.find(key);
if (iter != sourceMaps_.end()) {
sourceInfo = GetSourceInfo(line, column, *(iter->second), key);
} else if (key.rfind(".js") != std::string::npos) {
} else {
ans = ans + temp + "\n";
continue;
}