We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3771346 commit a24161fCopy full SHA for a24161f
.github/scripts/send-slack-message.js
@@ -46,7 +46,7 @@ const req = https.request(options, (res) => {
46
});
47
48
req.on('error', (error) => {
49
- console.error('Failed to send Slack notification:', error.message || error);
+ console.error('Failed to send Slack notification');
50
process.exit(0);
51
52
0 commit comments