mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 22:21:36 -04:00
Signed-off-by: huangshiwei <huangshiwei4@huawei.com>
This commit is contained in:
@@ -454,7 +454,7 @@ std::string ModSourceMap::TranslateBySourceMap(const std::string& stackStr, ModS
|
||||
break;
|
||||
}
|
||||
static SourceMapData curMapData;
|
||||
if(!bindSourceMaps.isStageModel) {
|
||||
if (!bindSourceMaps.isStageModel) {
|
||||
if (i == 1) { // The non module scenario initializes curmapdata only at the first traversal
|
||||
if (!bindSourceMaps.nonModularMap_) {
|
||||
return NOT_FOUNDMAP + stackStr;
|
||||
|
||||
Reference in New Issue
Block a user