fix shell property value (#377)

This commit is contained in:
Jonathan Cuthbert 2016-07-23 19:57:47 -05:00 committed by Guillermo Rauch
parent bd5e802e1f
commit bacb60193f

View file

@ -45,7 +45,7 @@ module.exports = class Session extends EventEmitter {
}
});
this.shell = defaultShell;
this.shell = shell || defaultShell;
this.getTitle();
}