mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-2
This commit is contained in:
@@ -6,8 +6,6 @@ package store
|
||||
import (
|
||||
"time"
|
||||
|
||||
l4g "github.com/alecthomas/log4go"
|
||||
|
||||
"github.com/mattermost/mattermost-server/model"
|
||||
)
|
||||
|
||||
@@ -32,7 +30,7 @@ func Do(f func(result *StoreResult)) StoreChannel {
|
||||
func Must(sc StoreChannel) interface{} {
|
||||
r := <-sc
|
||||
if r.Err != nil {
|
||||
l4g.Close()
|
||||
|
||||
time.Sleep(time.Second)
|
||||
panic(r.Err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user