filter out empty lines when fetching remotes

Freax13
Aug 2, 2021, 2:59 PM
4LFJBVTGZDP4Z25TXORL634KUEVQTUI7MGYECHLN7MBJB3TSWCHQC

Dependencies

  • [2] YTQW3VKI Run yarn lint --fix
  • [3] MWB5VXBV New remotes format
  • [*] ZGMIJNFV Create pijul.ts for executing commands using the Pijul CLI

Change contents

  • replacement in src/pijul.ts at line 517
    [2.177][3.150:181](),[3.150][3.150:181](),[3.181][2.178:237]()
    const i = l.search(':');
    result.push(new PijulRemote(l.slice(i + 1).trim()));
    [2.177]
    [3.238]
    if (l !== '') {
    const i = l.search(':');
    result.push(new PijulRemote(l.slice(i + 1).trim()));
    }