Merge pull request +12146 from c9/backup-previewed-workspaces

Backup previewed workspaces
pull/261/head
Tim Robinson 2016-02-18 09:57:46 -05:00
commit bf8b0afb63
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);
}