Skip to content

Commit

Permalink
fixed gramma
Browse files Browse the repository at this point in the history
  • Loading branch information
privt00 authored Mar 29, 2024
1 parent 04a8fe7 commit 264f39a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/plugins/errorHandler.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports.player = async function (player, serv) {
function unhandledRejection (promise) {
serv.warn('-------------------------------')
serv.warn('Please report this flying-squid! This is bug (mabye)')
serv.warn('Please report this error to TFCraft! This is can be bug')
serv.warn('Unhandled rejection warning!')
serv.warn('Error: ' + promise)
serv.warn('Report this error here: https://github.com/PrismarineJS/flying-squid/issues')
Expand All @@ -11,7 +11,7 @@ module.exports.player = async function (player, serv) {

function uncaughtException (err) {
serv.err('-------------------------------')
serv.err('Please report this flying-squid! This is bug (mabye)')
serv.err('Please report this error to TFCraft! This is can be bug')
serv.err('Something went wrong!')
serv.err('Error: ' + err.stack)
serv.err('Report this error here: https://github.com/PrismarineJS/flying-squid/issues')
Expand Down

0 comments on commit 264f39a

Please sign in to comment.