filter out empty lines when fetching remotes
Dependencies
- [2]
YTQW3VKIRun yarn lint --fix - [3]
MWB5VXBVNew remotes format - [*]
ZGMIJNFVCreate pijul.ts for executing commands using the Pijul CLI
Change contents
- replacement in src/pijul.ts at line 517
const i = l.search(':');result.push(new PijulRemote(l.slice(i + 1).trim()));if (l !== '') {const i = l.search(':');result.push(new PijulRemote(l.slice(i + 1).trim()));}