mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 21:28:40 -09:00
fix shell property value (#377)
This commit is contained in:
parent
bd5e802e1f
commit
bacb60193f
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ module.exports = class Session extends EventEmitter {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
this.shell = defaultShell;
|
this.shell = shell || defaultShell;
|
||||||
this.getTitle();
|
this.getTitle();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue