Im-Beast / deno_tui

🦕 Deno module for creating Terminal User Interfaces
https://deno.land/x/tui
MIT License
266 stars 18 forks source link

fix: prevents table from throwing with negative numbers in .repeat() #41

Closed leifssm closed 8 months ago

leifssm commented 8 months ago

fixes a problem where a table component sometimes crashes because a negative number is passed to " ".repeat(). Continuation of #40 since i missed some lines

leifssm commented 8 months ago

the checks fail but it fails in code i havent changed

Im-Beast commented 8 months ago

Thanks!

the checks fail but it fails in code i havent changed

That's fine, I'll adress these errors later today