kopia lustrzana https://github.com/c9/core
Merge pull request +10724 from c9/coreflows-per-pr-fixes
Fixing issues with dogfooding setuppull/223/head
commit
dbe1d4baea
|
@ -89,7 +89,9 @@ function main(argv, config, onLoaded) {
|
|||
var notDelayed = expanded.filter(function(c) { return delayLoadConfigs.indexOf(c) === -1 });
|
||||
|
||||
startConfigs(notDelayed, function() {
|
||||
startConfigs(delayed, function() {});
|
||||
startConfigs(delayed, function() {
|
||||
console.log("Cloud9 is up and running");
|
||||
});
|
||||
});
|
||||
|
||||
function startConfigs(configs, done) {
|
||||
|
|
Ładowanie…
Reference in New Issue