diff --git a/ExportAdapter.js b/ExportAdapter.js index 26ee17e8a6..830b41807d 100644 --- a/ExportAdapter.js +++ b/ExportAdapter.js @@ -34,7 +34,7 @@ ExportAdapter.prototype.connect = function() { return this.connectionPromise; } - //http://regexr.com/3cn6m + //http://regexr.com/3cncm if (!this.mongoURI.match(/^mongodb:\/\/((.+):(.+)@)?([^:@]+):{0,1}([^:]+)\/(.+?)$/gm)) { throw new Error("Invalid mongoURI: " + this.mongoURI) }