mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-12-25 22:19:01 +00:00
Potential fix for code scanning alert no. 14: Clear-text logging of sensitive information (#405)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
parent
e459fae751
commit
badc7cfec5
@ -99,7 +99,7 @@ async function main() {
|
||||
await pushToGithub(selectVersion);
|
||||
}
|
||||
} catch (error) {
|
||||
console.error(chalk.red(`Error during release process: ${error.message}`));
|
||||
console.error(chalk.red('An error occurred during the release process. Please check the logs for more details.'));
|
||||
await cleanup();
|
||||
process.exit(1); // Exit with failure
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user