Skip to content

v1.39.1

Choose a tag to compare

@github-actions github-actions released this 12 May 08:41

What's Changed

Fixed

  • Fixed crash with "A JavaScript error occurred in the main process" at the end of scans and rescans when the project workspace lives on a network share (UNC/SMB). Transient sharing-violation errors during the final rename of result.json (e.g. antivirus scanning the temp file, slow file-handle release on SMB) are now absorbed by an exponential-backoff retry; persistent failures surface as a graceful "Scan Paused" message instead of crashing the main process. Each retry attempt is logged to project.log for diagnostics.

Full Changelog: v1.39.0...v1.39.1