Merge pull request +4986 from c9/clone-workspaces

Clone workspaces
pull/117/merge
Fabian Jakobs 2015-06-19 14:01:25 +02:00
commit 4633a11c2a
2 zmienionych plików z 2 dodań i 1 usunięć

2
node_modules/c9/rest_client.js wygenerowano vendored
Wyświetl plik

@ -53,7 +53,7 @@ function RestClient(host, port, config) {
/** Keep requests alive for long running requests **/
req.setSocketKeepAlive(true);
req.on("error", function(e) {
log("ERROR %s %s://%s:%s%s %s",
options.method,

Wyświetl plik

@ -52,6 +52,7 @@ module.exports.getDefaultSettings = getDefaultSettings;
function main(argv, config, onLoaded) {
var inContainer = os.hostname().match(/-\d+$/);
var options = optimist(argv)
.usage("Usage: $0 [CONFIG_NAME] [--help]")
.alias("s", "settings")