Skip to content

Commit badc7cf

Browse files
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>
1 parent e459fae commit badc7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ async function main() {
9999
await pushToGithub(selectVersion);
100100
}
101101
} catch (error) {
102-
console.error(chalk.red(`Error during release process: ${error.message}`));
102+
console.error(chalk.red('An error occurred during the release process. Please check the logs for more details.'));
103103
await cleanup();
104104
process.exit(1); // Exit with failure
105105
}

0 commit comments

Comments
 (0)