Commit 1b6b4be
committed
refactor(tauri): correct script wrapping in execute function
- Updated the `execute` function to properly wrap string scripts in an IIFE with braces, ensuring correct syntax for execution.
- Adjusted related test cases to reflect the updated script format, enhancing the accuracy of expectations for script execution.1 parent 4d80fcb commit 1b6b4be
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments