Skip to content

Commit

Permalink
Update core/tauri/scripts/process-ipc-message-fn.js
Browse files Browse the repository at this point in the history
Co-authored-by: chip <[email protected]>
  • Loading branch information
lucasfernog and chippers committed Aug 9, 2023
1 parent f47e300 commit 1e8513a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri/scripts/process-ipc-message-fn.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT

(function (message) {
;(function (message) {
if (message instanceof ArrayBuffer || ArrayBuffer.isView(message) || Array.isArray(message)) {
return {
contentType: 'application/octet-stream',
Expand Down

0 comments on commit 1e8513a

Please sign in to comment.