pggy icon indicating copy to clipboard operation
pggy copied to clipboard

Attempting to get info on a table crashes

Open coconitro opened this issue 11 years ago • 1 comments

When hitting ì`pggy crashes with this output

TypeError: Cannot read property 'content' of undefined
    at ScrollableBox.<anonymous> (/usr/local/lib/node_modules/pggy/index.js:152:58)
    at ScrollableBox.EventEmitter._emit (/usr/local/lib/node_modules/pggy/node_modules/blessed/lib/events.js:86:20)
    at ScrollableBox.EventEmitter.emit (/usr/local/lib/node_modules/pggy/node_modules/blessed/lib/events.js:106:12)
    at Program.<anonymous> (/usr/local/lib/node_modules/pggy/node_modules/blessed/lib/widget.js:570:15)
    at Program.EventEmitter.emit (events.js:98:17)
    at ReadStream.<anonymous> (/usr/local/lib/node_modules/pggy/node_modules/blessed/lib/program.js:274:10)
    at ReadStream.EventEmitter.emit (events.js:98:17)
    at emitKey (readline.js:1095:12)
    at ReadStream.onData (readline.js:840:14)
    at ReadStream.EventEmitter.emit (events.js:117:20)

coconitro avatar May 29 '14 22:05 coconitro

When you hit i we get the content of the currently selected (highlighed) table name. What is the name of the table ?

bulkan avatar May 30 '14 05:05 bulkan