Commit e9894afa authored by gwenn's avatar gwenn Committed by GitHub

Merge pull request #16 from navytux/open

fixup! open: Fix error message
parents 900751f4 d90dd8b9
......@@ -44,7 +44,7 @@ func (e OpenError) Error() string {
if file == "" {
file = "(temporary)"
}
s := fmt.Sprintf("%s: ", file)
s := fmt.Sprintf("%s: open: ", file)
codeErr := e.Code.Error()
if len(e.Msg) > 0 {
s += e.Msg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment