Added --wait and added to the terminal

pull/85/head
Ruben Daniels 2015-05-01 01:20:58 +00:00
rodzic 290a9bf71d
commit 69888da842
2 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -98,9 +98,9 @@ module.exports = function (vfs, options, register) {
createListenServer(api);
stream.on("data", function(data){
stream.write = function(data){
if (client) client.write(data);
});
};
},
disconnect: function(){

Wyświetl plik

@ -157,6 +157,9 @@ module.exports = function(c9, proc, installPath, shell) {
options.output = false;
options.terminal = true;
options.detachOthers = !session.hasConnected;
options.env = {
"EDITOR": "`which c9` open --wait"
};
}
// Connect to backend and start tmux session