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 ec99d30 + 10db9a2 commit 62c7ed7Copy full SHA for 62c7ed7
lib/authenticate.js
@@ -1,6 +1,7 @@
1
var shallowClone = require('./utils').shallowClone
2
, handleCallback = require('./utils').handleCallback
3
- , MongoError = require('mongodb-core').MongoError;
+ , MongoError = require('mongodb-core').MongoError
4
+ , f = require('util').format;
5
6
var authenticate = function(self, username, password, options, callback) {
7
// Did the user destroy the topology
0 commit comments