mirror of
https://github.com/YuzuZensai/TrollSSH.git
synced 2026-09-13 19:18:59 +00:00
♻️ refactor: check and handle previously ignored error returns
This commit is contained in:
@@ -113,7 +113,7 @@ func extractFrames(path, vf, label string, maxDimension, totalFrames int) ([][]b
|
||||
break
|
||||
}
|
||||
if err != nil {
|
||||
cmd.Wait()
|
||||
_ = cmd.Wait()
|
||||
return nil, fmt.Errorf("ffmpeg stream error: %s", err.Error())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user