This commit is contained in:
Saul Hetherman
2024-08-30 16:35:47 +08:00
parent 64a8b87b16
commit f5f844cd07
10 changed files with 16 additions and 16 deletions

View File

@@ -48,7 +48,7 @@ class UZUtils {
}
/**
* 用于在 uz 脚本调试模式中展示 log 信息
* 用于在 uz 扩展调试模式中展示 log 信息
*/
static debugLog() {
sendMessage("debugLog", JSON.stringify([...arguments]));