mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 12:43:16 -04:00
远程hsp栈栈转换丢失
issue:https://gitee.com/openharmony/ability_ability_runtime/issues/IBOM50 Signed-off-by: rentangyu <rentangyu@huawei.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user