we printed errors instead of returning them
Opened this issue · 2 comments
GalRogozinski commented
On instance.Start()
Perhaps we should have proper errors with tests?
Originally posted by @GalRogozinski in #371 (comment)
GalRogozinski commented
If we propagate the error from instance.start() then it will "return instance failed to start"...
But this isn't true...
not sure how to solve this...
maybe we should just delete the prints?
y0sher commented
I think it makes more sense that Start
can return an error than print.