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
fix(snapshot): handle git rev-parse failure in initSnapshot gracefully
Wrap the rev-parse HEAD call after createWorkingTreeSnapshot in a
try-catch so that if the temp gitdir is cleaned up by the OS or
anti-virus before the command runs, the service returns a graceful
fallback instead of an unhandled rejection.
Fixes ELECTRON-G7
0 commit comments