feat(chalice): debug sourcemaps.pye
This commit is contained in:
parent
d95597ce86
commit
0cda9eac57
1 changed files with 1 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue