Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix temporary contents DB being left behind after publishing
NB: Go `defer` order execution is reverse to the order `defer` statements are executed. So before the change, `Drop()` was called before `Close()`, which was no-op. Change that to explicit order in single func, print errors if they happen.
- Loading branch information