mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-30 19:40:52 -05:00
prevent nil panic on DoltEnv::loadDBOnce
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ type DoltEnv struct {
|
||||
RepoState *RepoState
|
||||
RSLoadErr error
|
||||
|
||||
loadDBOnce *sync.Once
|
||||
loadDBOnce sync.Once
|
||||
doltDB *doltdb.DoltDB
|
||||
DBLoadError error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user