Merge pull request +8520 from c9/fix-dogfooding-and-signup

Fix dogfooding issues and broken github/bitbucket signup
pull/117/merge
Lennart Kats 2015-08-03 22:19:20 +02:00
commit cf433fc679
1 zmienionych plików z 1 dodań i 1 usunięć

2
node_modules/c9/urls.js wygenerowano vendored
Wyświetl plik

@ -37,7 +37,7 @@ plugin.getBaseUrl = function(req, sourceBaseUrlPattern, targetBaseUrlPattern) {
if (typeof sourceHost !== "string")
throw new Error("Not a valid request object: " + req);
if (!sourceBaseUrlPattern)
throw new Error("getBaseUrls() requires at least two arguments");
throw new Error("getBaseUrl() requires at least two arguments");
var sourceHostMatcher = sourceBaseUrlPattern
.replace(/^https?:\/\//, "")