Skip to content

Commit

Permalink
fix isolation message detection
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Jun 16, 2023
1 parent f35e9f2 commit 3d32784
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/tauri-utils/src/pattern/isolation.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
function isIsolationPayload(data) {
return (
typeof data === 'object' &&
typeof data.payload === 'object' &&
'callback' in data &&
'error' in data &&
!isIsolationMessage(data)
Expand Down

0 comments on commit 3d32784

Please sign in to comment.