Skip to content

Commit

Permalink
fix: cache is not purged
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Oct 4, 2024
1 parent a5489db commit 83500a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

DB_FILE_IN_PACKAGE = f"Packages/{PACKAGE_NAME}/data/emoji-test.txt"
DB_FILE_CACHED = Path(sublime.cache_path()) / f"{PACKAGE_NAME}/db.bin"
DB_REVISION = 2
DB_REVISION = 3

0 comments on commit 83500a9

Please sign in to comment.