mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-21 06:02:34 -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',
|
stackFiltering: 'verbose',
|
||||||
errorTaming: 'unsafe',
|
errorTaming: 'unsafe',
|
||||||
consoleTaming: 'unsafe',
|
consoleTaming: 'unsafe',
|
||||||
|
errorTrapping: 'none',
|
||||||
});
|
});
|
||||||
|
|
||||||
const globalThisAny$ = globalThis as any;
|
const globalThisAny$ = globalThis as any;
|
||||||
|
|
Loading…
Add table
Reference in a new issue