AdguardTeam / FiltersCompiler

A tool that compiles & validates filters
GNU Lesser General Public License v3.0
52 stars 12 forks source link

Change error messages format #161

Closed Alex-302 closed 1 year ago

Alex-302 commented 1 year ago

There are few different error messages, and it is inconvenient to make a selection of messages about errors

I suggest to change the format of error messages to Error: [error message]

For example for Selector is not valid make Error: Selector is not valid

Details ![image](https://user-images.githubusercontent.com/8361299/203974540-b8262d52-6cbe-4fc2-bc09-f14b839675ee.png)