We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd30c56 + 946b0bb commit efb71f2Copy full SHA for efb71f2
src/connect/index.js
@@ -250,6 +250,7 @@ var ConnectView = View.extend({
250
251
if (model.auth_mechanism !== 'SCRAM-SHA-1') {
252
debug('failed to connect', err);
253
+ app.statusbar.hide();
254
this.onError(new Error('Could not connect to MongoDB.'), model);
255
return;
256
}
@@ -261,6 +262,7 @@ var ConnectView = View.extend({
261
262
263
model.test(function(err) {
264
if (err) {
265
266
debug('failed to connect again... bailing', err);
267
268
0 commit comments