Skip to content

v1.26.2

Compare
Choose a tag to compare
@Helium-Z Helium-Z released this 14 Apr 10:34
· 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 replace spawnSync/execSync methods to avoid UI blocking caused by sync methods.