Skip to content

Commit

Permalink
prevent uncomment collision in 1.x invoke_key templating (fix #10084) (
Browse files Browse the repository at this point in the history
…#10087)

* don't use invoke key template name in comment (fix #10084)

* undo whitespace change
  • Loading branch information
chippers authored Jun 18, 2024
1 parent 9243870 commit c2d3afa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/tauri/scripts/ipc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
*
* This is declared outside the `window.__TAURI_INVOKE__` definition to prevent
* the key from being leaked by `window.__TAURI_INVOKE__.toString()`.
* @var {string} __TEMPLATE_invoke_key__
*/
const __TAURI_INVOKE_KEY__ = __TEMPLATE_invoke_key__

Expand Down

0 comments on commit c2d3afa

Please sign in to comment.