Add stderr to error message when pijul CLI command fails
[?]
Dec 24, 2020, 9:27 PM
EJYTCVNQQTN3FPOQ3FF5PLAQEHEFCFBS5XIQL2CWAQ7BQAU3RLTACDependencies
- [2]
ZGMIJNFVCreate pijul.ts for executing commands using the Pijul CLI - [3]
IBRKAWNMMoved utility modules into their own folder - [4]
YUVLBWV3Populate resource groups for unrecorded and untracked changes
Change contents
- replacement in src/pijul.ts at line 92
return await Promise.reject<IExecutionResult<string>>(new Error('Error executing pijul command'));return await Promise.reject<IExecutionResult<string>>(new Error('Error executing pijul command: "' + bufferResult.stderr + '"'));