markbates / grift

Go based task runner
MIT License
432 stars 24 forks source link

grift error does not indicate line number #26

Open u007 opened 6 years ago

u007 commented 6 years ago

hi,

is it possible to indicate line number when grift task return error? maybe something with

fmt.Printf("%+v\n", err)
u007 commented 6 years ago

hi @markbates , may i know which function and file i could dive to fix this?

markbates commented 6 years ago

I don’t know. :(