Bonsoir icon indicating copy to clipboard operation
Bonsoir copied to clipboard

fix(linux): don't parse attribute that doesn't contain '='

Open MAlba124 opened this issue 4 months ago • 1 comments

If a txt record contains no '=' then the substring extraction fails with the error RangeError (end): Invalid value: Not in inclusive range 0..1: -1.

MAlba124 avatar Aug 27 '25 14:08 MAlba124

Thanks for this PR ! Shouldn't we parse them with a blank value instead ?

Skyost avatar Sep 02 '25 22:09 Skyost