Headless now takes the normal flow

pull/85/head
Ruben Daniels 2015-04-28 00:25:02 +00:00 zatwierdzone przez nightwing
rodzic 06af43a78b
commit 8ade8783ae
2 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -66,7 +66,7 @@
"c9.ide.find.infiles": "#72582de3cd",
"c9.ide.find.replace": "#e4daf722b8",
"c9.ide.run.debug": "#638e6b00b3",
"c9.automate": "#8638ccd495",
"c9.automate": "#47e2c429c9",
"c9.ide.ace.emmet": "#e5f1a92ac3",
"c9.ide.ace.gotoline": "#4d1a93172c",
"c9.ide.ace.keymaps": "#43445d6306",
@ -77,13 +77,13 @@
"c9.ide.behaviors": "#6aad7006a0",
"c9.ide.closeconfirmation": "#a28bfd8272",
"c9.ide.configuration": "#adf50fdaa2",
"c9.ide.dialog.wizard": "#ea640aa5a1",
"c9.ide.dialog.wizard": "#5df4f14bb8",
"c9.ide.fontawesome": "#781602c5d8",
"c9.ide.format": "#f51451ac57",
"c9.ide.help.support": "#60e88f5680",
"c9.ide.imgeditor": "#08bbc53578",
"c9.ide.immediate": "#6845a93705",
"c9.ide.installer": "#dd4c28cd9a",
"c9.ide.installer": "#c0c85f897e",
"c9.ide.mount": "#32e79866ee",
"c9.ide.navigate": "#64156c7f4a",
"c9.ide.newresource": "#f1f0624768",

Wyświetl plik

@ -58,9 +58,9 @@ define(function(require, exports, module) {
fs.readdir("~/.c9/plugins", function handle(err, files){
if (err) {
if (err.code == "EDISCONNECT") {
setTimeout(function(){
c9.once("connect", function(){
fs.readdir("~/.c9/plugins", handle);
}, 100);
});
}
console.error(err);
return;