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

Commit

Permalink
Merge pull request #18 from Roverr/fix/security
Browse files Browse the repository at this point in the history
Dependency vulnerability fixed
  • Loading branch information
Roverr committed May 31, 2019
2 parents ef94767 + 3322db9 commit de03d73
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 de03d73

Please sign in to comment.