kopia lustrzana https://github.com/c9/core
Check that we have some vfs servers, otherwise search
rodzic
8771ed5ae0
commit
f128197706
|
@ -87,7 +87,7 @@ define(function(require, exports, module) {
|
||||||
|
|
||||||
// first time take the ones from the options
|
// first time take the ones from the options
|
||||||
var _servers = servers;
|
var _servers = servers;
|
||||||
if (_servers) {
|
if (_servers && _servers.length) {
|
||||||
servers = null;
|
servers = null;
|
||||||
return callback(null, _servers);
|
return callback(null, _servers);
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue