badwords icon indicating copy to clipboard operation
badwords copied to clipboard

Single words that are not profane will cause an error.

Open dmrobbins03 opened this issue 4 years ago • 1 comments

If a match fails, RegExp.prototype.exec() returns null. This causes the application to crash. Added a catch for null.

dmrobbins03 avatar May 25 '21 23:05 dmrobbins03

Similar to #95

u01jmg3 avatar Jun 09 '21 10:06 u01jmg3