We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe4dab commit 02c5c1cCopy full SHA for 02c5c1c
src/avinterface.js
@@ -733,9 +733,7 @@ export class AVInterface {
733
AVInterface.mstinworker = true
734
} catch (error) {
735
// eslint-disable-next-line no-undef
736
- if (!(error instanceof DataCloneError)) {
737
- console.log('Test error result', error)
738
- }
+ console.log('DataClone Test error result', error)
739
// deactivvate in any error case
740
AVInterface.mstinworker = false
741
}
0 commit comments