mirror of
https://github.com/actions/setup-node.git
synced 2026-05-13 00:47:34 +08:00
npm run format
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user