mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-31 03:18:43 -06:00
Turning panic back on to get log output from CI tests
This commit is contained in:
@@ -509,8 +509,8 @@ func (wr *journalWriter) Close() (err error) {
|
||||
|
||||
if wr.journal == nil {
|
||||
logrus.Warnf("journal writer has already been closed (%s)", wr.path)
|
||||
logrus.Errorf("Stack: %s", string(debug.Stack()))
|
||||
//panic("journalWriter::Close(): This shouldn't happen!")
|
||||
//logrus.Errorf("Stack: %s", string(debug.Stack()))
|
||||
panic("journalWriter::Close(): This shouldn't happen!")
|
||||
return nil
|
||||
} else {
|
||||
logrus.Errorf("closing journal writer (%s)", wr.path)
|
||||
|
||||
Reference in New Issue
Block a user