Merge remote-tracking branch 'origin/api-v1.8.2' into dev

This commit is contained in:
Taha Yassine Kraiem 2022-10-28 17:30:36 +02:00
commit 4107fed711

View file

@ -155,6 +155,7 @@ def fetch_missed_contexts(frames):
print(">>>>>>>> fetch_missed_contexts exception:")
print(frames)
print("------------------")
raise
file_abs_path = frames[i]["frame"]["absPath"]
if file_abs_path in source_cache:
file = source_cache[file_abs_path]