From 0cda9eac5727aef81050fff4e187f694e92dcf9e Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Fri, 28 Oct 2022 17:30:09 +0200 Subject: [PATCH] feat(chalice): debug sourcemaps.pye --- api/chalicelib/core/sourcemaps.py | 1 + 1 file changed, 1 insertion(+) 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]