atom-terminal-tab icon indicating copy to clipboard operation
atom-terminal-tab copied to clipboard

Uncaught TypeError: Cannot read property 'isWrapped' of undefined

Open khalidahusain opened this issue 6 years ago • 0 comments

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.26.1 x64 Electron: 1.7.11 OS: Mac OS X 10.13.4 Thrown From: terminal-tab package 0.5.6

Stack Trace

Uncaught TypeError: Cannot read property 'isWrapped' of undefined

At /Users/Khalid/.atom/packages/terminal-tab/node_modules/xterm/lib/Linkifier.js:112

TypeError: Cannot read property 'isWrapped' of undefined
    at Linkifier._linkifyRow (/packages/terminal-tab/node_modules/xterm/lib/Linkifier.js:112:71)
    at Linkifier._linkifyRows (/packages/terminal-tab/node_modules/xterm/lib/Linkifier.js:54:18)
    at /packages/terminal-tab/node_modules/xterm/lib/Linkifier.js:49:69

Commands

  2x -3:22.6.0 terminal:clear (textarea.xterm-helper-textarea)
  3x -3:13.3.0 core:save (input.hidden-input)
     -1:34.1.0 core:confirm (input.hidden-input)
     -0:33.3.0 terminal:open (input.hidden-input)
     -0:14.2.0 terminal:clear (textarea.xterm-helper-textarea)

Non-Core Packages

atom-ide-ui 0.11.1 
java-generator 2.2.3 
linter-javac 1.9.4 
terminal-tab 0.5.6 

khalidahusain avatar May 04 '18 12:05 khalidahusain