Skip to content

Commit

Permalink
feat(GlobalCache): add debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldogedev committed Nov 8, 2023
1 parent 5312a03 commit 76fd70f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cooldogedev/BedrockEconomy/database/cache/GlobalCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ function (): Generator {

$position++;
}

$plugin->getLogger()->debug("Cache invalidated");
}
);
}
Expand Down

0 comments on commit 76fd70f

Please sign in to comment.