Merge pull request +7895 from c9/tmux2

fix +7764 Runners do not work with tmux 2.0
pull/117/merge
Lennart Kats 2015-06-23 10:03:12 +02:00
commit d77d0c2e02
1 zmienionych plików z 1 dodań i 1 usunięć

2
node_modules/vfs-local/localfs.js wygenerowano vendored
Wyświetl plik

@ -1923,7 +1923,7 @@ module.exports = function setup(fsOptions) {
meta.pty.emit("data", err);
}
else if (data.indexOf("Set option") > -1) {
else if (data) {
// Fetch the PID if appropriate
if (options.detach && options.output) {
fetchPid(function(err, pid){