mirror of
https://github.com/tiktok/sparo.git
synced 2025-03-23 19:29:52 -04:00
fix: improve error message
This commit is contained in:
parent
ea8ab4cb68
commit
b3d50aeed3
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ ${availableProfiles.join(',')}
|
|||
});
|
||||
|
||||
if (result.status !== 0) {
|
||||
throw new Error(`Get projects from selections failed: ${result.stderr}`);
|
||||
throw new Error(`Failed to evaluate the Sparo profile's project selectors: ${result.stderr}`);
|
||||
}
|
||||
|
||||
const processedResult: string = this._processListResult(result.stdout.toString());
|
||||
|
|
Loading…
Add table
Reference in a new issue