-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
The loop at lib/line_wrapper.coffee line 77 might become an endless loop. In the example I have, this happens because @lineWidth was set to a negative value (columnGap is 18 and columns is 1, so I supposed this happened because options.width was negative.