[test] add test for i18n currentLocale
This commit is contained in:
@@ -86,7 +86,7 @@ export class TimeLogger {
|
||||
}
|
||||
|
||||
print(name: string) {
|
||||
if (isDev && process && process.env.TIMELOGGER === "1") {
|
||||
if (isDev && process.env.TIMELOGGER === "1") {
|
||||
console.log(name + ": " + (dayjs().valueOf() - this.startTime) + "ms")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user