night-config icon indicating copy to clipboard operation
night-config copied to clipboard

Improve error messages

Open TheElectronWill opened this issue 3 years ago • 0 comments

I see two big areas of improvement:

  • [ ] Parsers: show the erroneous line (and maybe even its content!)
  • [ ] ObjectConverter: detect when the types mismatch, for instance when the user tries to convert a table into a String because it incorrectly typed String instead of its class. See e.g. #103

TheElectronWill avatar Jan 18 '22 18:01 TheElectronWill