v1.26.2
·
323 commits
to main
since this release
π Bug Fix
- Fix the problem that command executed failed caused by
child_process.spawnSync
on Windows platform.
π Enhancement
- Use
child_process.spawn
to replacespawnSync/execSync
methods to avoid UI blocking caused by sync methods.