Commit dd8b8a4
committed
docs(tauri): clarify script serialization in execute function
- Added a comment in the `execute` function to explain that TypeScript sends scripts as-is, necessitating serialization for proper handling.
- This change enhances understanding of the script processing logic, ensuring clarity on the serialization step for arguments passed to the function.1 parent 1b6b4be commit dd8b8a4
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments