Skip to content

Commit

Permalink
deal with scanner.Err()
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanor committed Nov 26, 2020
1 parent c692a0a commit f9307cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffenv/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func parse(fs *flag.FlagSet) func(string, io.Reader, func(string, string) error)
}
done:
}
return nil
return s.Err()
}
}

Expand Down

0 comments on commit f9307cc

Please sign in to comment.