Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
fix(npm): Dependency vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
Roverr committed May 31, 2019
1 parent ef94767 commit 3322db9
Show file tree
Hide file tree
Showing 3 changed files with 2,067 additions and 2,378 deletions.
2 changes: 1 addition & 1 deletion core/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (m Manager) Start(cmd *exec.Cmd, physicalPath string) chan bool {
go func() {
if err := cmd.Run(); err != nil {
once.Do(func() {
logrus.Error(err)
logrus.Errorf("Error happened during starting of %s || Error: %s", physicalPath, err)
streamResolved <- false
})
}
Expand Down
Loading

0 comments on commit 3322db9

Please sign in to comment.