gizak / termui

Golang terminal dashboard
MIT License
13.11k stars 786 forks source link

[Fix] render stacked error #177 #178

Closed purplesmoke05 closed 6 years ago

purplesmoke05 commented 6 years ago

Hi, I have fixed the issue #177. The problem is due to the dependency package "github.com/maruel/panicparse"

There is some updates like above.

so we have to inplement stack error output in termui package.

And in this commit that's done. : )

muhamadazmy commented 6 years ago

Why this is not merged yet? it's blocking.

dpetzold commented 6 years ago

Please merge

zjhmale commented 6 years ago

Looks like we have to use this alternative repo for now https://github.com/airking05/termui-plus, thanks @airking05