We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c37db7b + 33f8cdc commit e44106fCopy full SHA for e44106f
ExportAdapter.js
@@ -34,7 +34,7 @@ ExportAdapter.prototype.connect = function() {
34
return this.connectionPromise;
35
}
36
37
- //http://regexr.com/3cn6m
+ //http://regexr.com/3cncm
38
if (!this.mongoURI.match(/^mongodb:\/\/((.+):(.+)@)?([^:@]+):{0,1}([^:]+)\/(.+?)$/gm)) {
39
throw new Error("Invalid mongoURI: " + this.mongoURI)
40
0 commit comments