bugfix of crash in debug mode--monthly0816

Signed-off-by: zhangbingce <zhangbingce@huawei.com>
This commit is contained in:
zhangbingce
2022-09-25 19:33:26 +08:00
parent 4e10d74436
commit 4122f6af92
+1 -1
View File
@@ -107,7 +107,7 @@ export class ResultStates {
if (map && map.size != 0) {
let names: Array<string> = Array.from(map).flat();
let sourcemapObj: any = JSON.parse(assets[key]._value);
sourcemapObj.names = names;
sourcemapObj.nameMap = names;
assets[key]._value = JSON.stringify(sourcemapObj);
}
}