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 occurs when executing maven goals #358

Closed
ZhengJun003 opened this issue Jul 5, 2019 · 1 comment · Fixed by #383
Closed

Error occurs when executing maven goals #358

ZhengJun003 opened this issue Jul 5, 2019 · 1 comment · Fixed by #383
Milestone

Comments

@ZhengJun003
Copy link
Contributor

Describe the bug
An error occurs when executing maven goals.

To Reproduce
Steps to reproduce the behavior:

  1. Clone a maven project
  2. Open maven project
  3. Execute maven goals

Results
image

Environments (please complete the following information as much as possible):

  • OS: Windows 10/OS X
  • VS Code version: 1.36.0
  • Extension version: 0.18.0 (buildId=9859256)
@Eskibear
Copy link
Member

Eskibear commented Jul 8, 2019

The error log is printed by

console.error(error);

It's because the history file doesn't exist. For a project, it should only occur when a command is executed for the first time.

We might not need to print it as it provides no useful info to users.

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

Successfully merging a pull request may close this issue.

2 participants