Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message does not need to be printed #30

Open
xieyuanhuata opened this issue Aug 8, 2019 · 0 comments
Open

Error message does not need to be printed #30

xieyuanhuata opened this issue Aug 8, 2019 · 0 comments

Comments

@xieyuanhuata
Copy link

xieyuanhuata commented Aug 8, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant