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
console.error(The command \git ${args.join(' ')}` exited with an unexpected code: ${exitCode}. The caller should either handle this error, or expect that exit code.`)
console.error(result.stdout)
console.error(result.stderr)
console.error((The error was parsed as ${gitError}: ${gitErrorDescription}))
this error msg should be throw error for user
The text was updated successfully, but these errors were encountered:
at 'src/core/git.ts' line 262\264\268\272
console.error(
The command \
git ${args.join(' ')}` exited with an unexpected code: ${exitCode}. The caller should either handle this error, or expect that exit code.`)console.error(result.stdout)
console.error(result.stderr)
console.error(
(The error was parsed as ${gitError}: ${gitErrorDescription})
)this error msg should be throw error for user
The text was updated successfully, but these errors were encountered: