Bonsoir
Bonsoir copied to clipboard
fix(linux): don't parse attribute that doesn't contain '='
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.
Thanks for this PR ! Shouldn't we parse them with a blank value instead ?