Merge branch 'canary' into stable

This commit is contained in:
李华桥
2023-12-01 16:12:17 +08:00
147 changed files with 1775 additions and 1993 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ if (typeof window !== 'undefined') {
}
export class DebugLogger {
private _debug: debug.Debugger;
private readonly _debug: debug.Debugger;
constructor(namespace: string) {
this._debug = debug(namespace);