PR Comments

This commit is contained in:
Bernard Xie 2022-11-16 18:44:43 -08:00
parent c3a4c9aa1c
commit e5e34362fe
No known key found for this signature in database
GPG key ID: 3C3E0036CE0F892C

View file

@ -120,14 +120,14 @@ func run(ctx context.Context, ms *xmain.State) (err error) {
if err != nil {
return err
}
defer func() error {
err = png.Cleanup(pw, browser)
if err != nil {
return err
}
return nil
}()
}
defer func() error {
err = png.Cleanup(pw, browser)
if err != nil {
return err
}
return nil
}()
if *watchFlag {
if inputPath == "-" {