bump version to 1.5

This commit is contained in:
HolographicHat
2022-04-09 00:19:15 +08:00
parent b1f307de83
commit 9850d1dbe4
3 changed files with 4 additions and 8 deletions

View File

@@ -175,7 +175,7 @@ const loadCache = async (fp = "latest-data") => {
}
}
const isDebug = true
const isDebug = false
const debug = (msg, ...params) => {
if (isDebug) log(msg, ...params)