headzoo / surf

Stateful programmatic web browsing in Go.
MIT License
1.49k stars 160 forks source link

error value passed to panic doesn't belong to fm.Submit() #87

Open nilsocket opened 6 years ago

nilsocket commented 6 years ago

if fm.Submit() != nil{ panic(err) // err doesn't belong to fm.Submit() }