Skip to content

Commit a24161f

Browse files
committed
wip
1 parent 3771346 commit a24161f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/send-slack-message.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const req = https.request(options, (res) => {
4646
});
4747

4848
req.on('error', (error) => {
49-
console.error('Failed to send Slack notification:', error.message || error);
49+
console.error('Failed to send Slack notification');
5050
process.exit(0);
5151
});
5252

0 commit comments

Comments
 (0)