feat(core): enhance IPC permission error message (#10664)

* feat(core): enhance IPC permission error message

- include more information about current URL and allowed origins
- enhance formatting of the error message

* plugin not found & command not found

* lint
This commit is contained in:
Lucas Fernandes Nogueira
2024-08-19 16:41:09 -03:00
committed by GitHub
parent 7796a8fc64
commit ed04cc3d36
2 changed files with 231 additions and 26 deletions

View File

@@ -0,0 +1,5 @@
---
"tauri": patch:enhance
---
Include more information in the IPC permission error message.