You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(tauri): enhance script execution logic in execute function
- Updated the `execute` function to improve the handling of scripts with and without arguments.
- Scripts with arguments are now wrapped in an IIFE and executed as functions, while scripts without arguments are evaluated directly.
- Enhanced comments for clarity on the script evaluation process, ensuring better understanding of callable detection and execution flow.
0 commit comments