npm run format

This commit is contained in:
Aparna Jyothi
2025-02-28 16:16:00 +05:30
parent 5d5d8e9b58
commit 87063ef0ad
4 changed files with 16 additions and 15 deletions

View File

@@ -341,7 +341,9 @@ export default class OfficialBuilds extends BaseDistribution {
);
} else {
// For any other error type, you can log the error message.
core.setFailed(`An unexpected error occurred like url might not correct`);
core.setFailed(
`An unexpected error occurred like url might not correct`
);
}
throw error;