mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-13 00:10:27 +00:00
NapCatQQ
This commit is contained in:
4
src/common/utils/log.ts
Normal file
4
src/common/utils/log.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
export function log(...args: any[]) {
|
||||
console.log(...args);
|
||||
}
|
||||
Reference in New Issue
Block a user