0
Fork 0
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:
Juanfran 2024-08-22 12:01:52 +02:00
parent 07af57d0ea
commit 8c0e36d842

View file

@ -16,6 +16,7 @@ repairIntrinsics({
stackFiltering: 'verbose',
errorTaming: 'unsafe',
consoleTaming: 'unsafe',
errorTrapping: 'none',
});
const globalThisAny$ = globalThis as any;