mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Fixing some lint issues
Signed-off-by: Amim Knabben <amim.knabben@gmail.com>
This commit is contained in:
@@ -105,7 +105,9 @@ func handleSingle(path string, noStdin bool) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
console.ClearONLCR(c.Fd())
|
||||
if err := console.ClearONLCR(c.Fd()); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
// Copy from our stdio to the master fd.
|
||||
quitChan := make(chan struct{})
|
||||
|
||||
Reference in New Issue
Block a user