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() #40

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()

Im-Beast commented 8 months ago

LGTM, thank you!