Merge pull request #40 from tiktok/fix-error-message

Fix error message
This commit is contained in:
Cheng Liu 2024-03-01 14:17:01 -08:00 committed by GitHub
commit 867b0e86c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 1 deletions

View file

@ -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());

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "sparo",
"comment": "",
"type": "none"
}
],
"packageName": "sparo"
}