Merge branch 'master' into lynncyrin-patch-1

This commit is contained in:
lynn [they] 2019-11-09 00:59:04 -08:00 committed by GitHub
commit e2bb4bb318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,6 +146,11 @@ func GfmrunActionFunc(c *cli.Context) error {
}
}
err = file.Close()
if err != nil {
return err
}
err = scanner.Err()
if err != nil {
return err