mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -05:00
commit
867b0e86c2
2 changed files with 11 additions and 1 deletions
|
@ -423,7 +423,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());
|
||||
|
|
10
common/changes/sparo/fix-error-message_2024-03-01-22-04.json
Normal file
10
common/changes/sparo/fix-error-message_2024-03-01-22-04.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "sparo",
|
||||
"comment": "",
|
||||
"type": "none"
|
||||
}
|
||||
],
|
||||
"packageName": "sparo"
|
||||
}
|
Loading…
Reference in a new issue