Support rel2.7.0 and bump version to 1.7

This commit is contained in:
HolographicHat
2022-05-31 11:05:03 +08:00
parent d285b1c999
commit c12d376e21
2 changed files with 3 additions and 3 deletions

View File

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