mirror of
https://gitea.com/actions/setup-node.git
synced 2025-11-18 04:26:20 +08:00
check failures fix
This commit is contained in:
3
dist/setup/index.js
vendored
3
dist/setup/index.js
vendored
@@ -100935,7 +100935,8 @@ function getToolVersion(tool, options) {
|
||||
}
|
||||
return stdout.trim();
|
||||
}
|
||||
catch (err) {
|
||||
catch (error) {
|
||||
core.warning(`An error occurred: ${error.message}`);
|
||||
return '';
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user