Check that we have some vfs servers, otherwise search

pull/261/head
Tim Robinson 2016-02-11 17:22:35 +00:00
rodzic 8771ed5ae0
commit f128197706
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -87,7 +87,7 @@ define(function(require, exports, module) {
// first time take the ones from the options
var _servers = servers;
if (_servers) {
if (_servers && _servers.length) {
servers = null;
return callback(null, _servers);
}