forked from rDrama/rDrama
1
0
Fork 0

use console.error

master
Aevann 2023-07-23 02:44:00 +03:00
parent 2b9661be4c
commit da5701ec7c
1 changed files with 1 additions and 1 deletions

View File

@ -641,6 +641,6 @@ function enablePushNotifications() {
alert("Push notifications are enabled!")
}).catch((e) => {
alert("Please give the site access to notifications!")
console.log(e)
console.error(e)
})
}