diff --git a/api/chalicelib/core/sourcemaps.py b/api/chalicelib/core/sourcemaps.py index 1cf598f01..035ce1ca2 100644 --- a/api/chalicelib/core/sourcemaps.py +++ b/api/chalicelib/core/sourcemaps.py @@ -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]