Remove the name of the pty to take the default one

This commit is contained in:
Mohammad Fares
2018-08-15 19:22:14 +03:00
parent 1fe51b07ad
commit 92e8053bf7

View File

@@ -178,7 +178,6 @@ function command(argv) {
// PTY instance
var ptyProcess = di.pty.spawn(command, commandArguments, {
name: 'xterm-color',
cols: config.json.cols,
rows: config.json.rows,
cwd: config.json.pwd,