feat(chalice): debug sourcemaps.pye

This commit is contained in:
Taha Yassine Kraiem 2022-10-28 17:30:09 +02:00
parent d95597ce86
commit 0cda9eac57

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]