mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 20:51:44 +00:00
revert 'firstErr'
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ func (o *Output) Write(p []byte) (n int, err error) {
|
||||
firstErr = err
|
||||
}
|
||||
}
|
||||
return len(p), err
|
||||
return len(p), firstErr
|
||||
}
|
||||
|
||||
// Close unregisters all destinations and waits for all background
|
||||
|
||||
Reference in New Issue
Block a user