fix: single loader projects download button not showing (#5391)
* fix: single loader projects downlaod button not showing * pnpm prepr --------- Co-authored-by: tdgao <mr.trumgao@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ export function useDebugLogger(namespace: string) {
|
||||
// eslint-disable-next-line
|
||||
return (...args: any[]) => {
|
||||
const location = getCallerLocation()
|
||||
const prefix = location ? `[${namespace}] [${location}]` : `[${namespace}]`
|
||||
const prefix = location ? `[${namespace}] ${location}` : `[${namespace}]`
|
||||
console.debug(prefix, ...args)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user