Skip to content

Commit e44106f

Browse files
committed
Merge pull request #210 from taylorstine/regexr_comment
updated regexr link for updated regex
2 parents c37db7b + 33f8cdc commit e44106f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExportAdapter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ExportAdapter.prototype.connect = function() {
3434
return this.connectionPromise;
3535
}
3636

37-
//http://regexr.com/3cn6m
37+
//http://regexr.com/3cncm
3838
if (!this.mongoURI.match(/^mongodb:\/\/((.+):(.+)@)?([^:@]+):{0,1}([^:]+)\/(.+?)$/gm)) {
3939
throw new Error("Invalid mongoURI: " + this.mongoURI)
4040
}

0 commit comments

Comments
 (0)