Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c1e02 commit 2fc9f09Copy full SHA for 2fc9f09
coderd/database/dbmem/dbmem.go
@@ -91,7 +91,7 @@ func New() database.Store {
91
92
_, err = q.InsertAllUsersGroup(context.Background(), defaultOrg.ID)
93
if err != nil {
94
- panic(fmt.Errorf("failed to create default group: %w", err))
+ panic(xerrors.Errorf("failed to create default group: %w", err))
95
}
96
97
q.defaultProxyDisplayName = "Default"
0 commit comments