You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// raw: '["MongoDB shell version: 3.2.0\\nconnecting to: localhost:27017/test\\n{\\n\\t\\"info2\\" : \\"no configuration specified. Using a default configuration for the set\\",\\n\\t\\"me\\" : \\"mongodb1.quobject.io:27017\\",\\n\\t\\"info\\" : \\"try querying local.system.replset to see current configuration\\",\\n\\t\\"ok\\" : 0,\\n\\t\\"errmsg\\" : \\"already initialized\\",\\n\\t\\"code\\" : 23\\n}\\n",""]',
176
+
// lines:
177
+
// ['MongoDB shell version: 3.2.0',
178
+
// 'connecting to: localhost:27017/test',
179
+
// '{',
180
+
// '\t"info2" : "no configuration specified. Using a default configuration for the set",',
181
+
// '\t"me" : "mongodb1.quobject.io:27017",',
182
+
// '\t"info" : "try querying local.system.replset to see current configuration",',
183
+
// '\t"ok" : 0,',
184
+
// '\t"errmsg" : "already initialized",',
185
+
// '\t"code" : 23',
186
+
// '}',
187
+
// ''],
188
+
// object:
189
+
// {
190
+
// info2: 'no configuration specified. Using a default configuration for the set',
191
+
// me: 'mongodb1.quobject.io:27017',
192
+
// info: 'try querying local.system.replset to see current configuration',
0 commit comments