Skip to content

Commit 9804552

Browse files
committed
:p: Improve error message
1 parent 4ccf5e8 commit 9804552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/process.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"strings"
1010
)
1111

12-
var ErrNoProcessFound = errors.New("no process found")
12+
var ErrNoProcessFound = errors.New("no process uses the environment")
1313

1414
// findProcessWithPrefix finds a process with the given prefix in its command line
1515
func findProcessWithPrefix(prefix string) (int, error) {

0 commit comments

Comments
 (0)