feat(chalice): log sourcemaps reader exception
This commit is contained in:
parent
b520a1ece4
commit
21ae5c21f2
1 changed files with 1 additions and 0 deletions
|
|
@ -27,4 +27,5 @@ def get_original_trace(key, positions):
|
|||
return None
|
||||
except Exception as e:
|
||||
print("Issue getting sourcemap")
|
||||
print(e)
|
||||
return None
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue