mattes / migrate

Database migrations. CLI and Golang library.
Other
2.29k stars 326 forks source link

Handle container failure when container is nil #350

Open davidbanham opened 6 years ago

davidbanham commented 6 years ago

If there is an error and the returned container is nil, containerLogs panics. This branches to ensure containerLogs isn't called with nil.