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.
1 parent 73284e2 commit c16c54fCopy full SHA for c16c54f
templates/mongoshrc.js.erb
@@ -41,7 +41,7 @@ if (authRequired()) {
41
}
42
catch (err) {
43
// This isn't catching authentication errors as I'd expect...
44
- throw(err)
+ // Silently ignore this error, we can't really do anything about it.
45
46
47
<% end -%>
0 commit comments