You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
You can use following code to reproduce this exception. it is happend in version 3.0.4. And I also tried with 3.0.3, there was no excepiton.
var Filter = require('bad-words'),
filter = new Filter();
console.log(filter.clean("@"));
Thanks
Deyang
The text was updated successfully, but these errors were encountered:
Hello,
You can use following code to reproduce this exception. it is happend in version 3.0.4. And I also tried with 3.0.3, there was no excepiton.
var Filter = require('bad-words'),
filter = new Filter();
console.log(filter.clean("@"));
Thanks
Deyang
The text was updated successfully, but these errors were encountered: