diff --git a/core/tauri/scripts/process-ipc-message-fn.js b/core/tauri/scripts/process-ipc-message-fn.js index 6e421e6924b8..7eda0cef1d67 100644 --- a/core/tauri/scripts/process-ipc-message-fn.js +++ b/core/tauri/scripts/process-ipc-message-fn.js @@ -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',