mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-04 13:50:13 -05:00
fix(runtime): ses errorTrapping interferes with penpot error handler
This commit is contained in:
parent
07af57d0ea
commit
8c0e36d842
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ repairIntrinsics({
|
|||
stackFiltering: 'verbose',
|
||||
errorTaming: 'unsafe',
|
||||
consoleTaming: 'unsafe',
|
||||
errorTrapping: 'none',
|
||||
});
|
||||
|
||||
const globalThisAny$ = globalThis as any;
|
||||
|
|
Loading…
Reference in a new issue