feat(chalice): log sourcemaps reader exception

This commit is contained in:
Taha Yassine Kraiem 2022-09-14 16:24:41 +01:00
parent b520a1ece4
commit 21ae5c21f2

View file

@ -27,4 +27,5 @@ def get_original_trace(key, positions):
return None
except Exception as e:
print("Issue getting sourcemap")
print(e)
return None