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

Commit de03d73

Browse files
authored
Merge pull request #18 from Roverr/fix/security
Dependency vulnerability fixed
2 parents ef94767 + 3322db9 commit de03d73

File tree

3 files changed

+2067
-2378
lines changed

3 files changed

+2067
-2378
lines changed

core/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func (m Manager) Start(cmd *exec.Cmd, physicalPath string) chan bool {
8484
go func() {
8585
if err := cmd.Run(); err != nil {
8686
once.Do(func() {
87-
logrus.Error(err)
87+
logrus.Errorf("Error happened during starting of %s || Error: %s", physicalPath, err)
8888
streamResolved <- false
8989
})
9090
}

0 commit comments

Comments
 (0)