pull/9/merge
Ruben Daniels 2015-02-12 01:06:24 +00:00
rodzic 9d63ad86ab
commit 5d5ab33d4d
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -562,7 +562,7 @@ define(function(require, exports, module) {
function setAPIKey(apikey){
// Validate Key
if (!apikey || !apikey.match(/\w{28}=/))
if (!apikey || !apikey.match(/\w{27}=/))
throw new Error("Invalid API key");
return {

Wyświetl plik

@ -76,7 +76,7 @@ define(function(require, exports, module) {
wait++;
var install = [];
fs.exists(path, function(exists){
fs.exists("~/.c9/" + path, function(exists){
if (!exists) {
install.push(options);
names.remove(name);