Skip to content

Commit

Permalink
Remove winptyCompatInit call
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed May 9, 2019
1 parent bcfa0e9 commit e072531
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/renderer/sessions/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ export default class Session {
}

bindListeners() {
this.xterm.winptyCompatInit()
this.xterm.webLinksInit((event, uri) => {
if (document.querySelector('webview')) {
document.querySelector('webview').remove()
Expand Down

0 comments on commit e072531

Please sign in to comment.