summaryrefslogtreecommitdiff
path: root/internal/io
diff options
context:
space:
mode:
Diffstat (limited to 'internal/io')
-rw-r--r--internal/io/run/run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/io/run/run.go b/internal/io/run/run.go
index c0c6868..3cf7935 100644
--- a/internal/io/run/run.go
+++ b/internal/io/run/run.go
@@ -32,7 +32,7 @@ func (r Run) Start(ctx context.Context, lines chan<- line.Line) (pid int, ec int
done := make(chan struct{})
defer close(done)
- ec = -1
+ ec = 255
pid = -1
if len(r.args) > 0 {