Skip to content

Commit

Permalink
chore: add cooldown check error message
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Oct 28, 2023
1 parent 162ce3e commit f59ae1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/systems/cooldown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ class Cooldown extends System {
}
return result;
} catch (e: any) {
error(`Something went wrong during cooldown check: ${e.stack}`);
return false;
}
}
Expand Down

0 comments on commit f59ae1b

Please sign in to comment.