Update log label

This commit is contained in:
RMidhunSuresh 2022-07-19 21:19:22 +05:30
parent 7ac2c7c7fa
commit 8aa96e8031
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export class RuntimeThemeParser {
}
async parse(manifest: ThemeManifest, baseManifest: ThemeManifest, baseManifestLocation: string, log: ILogItem): Promise<void> {
await log.wrap("ThemeBuilder.populateThemeMap", async () => {
await log.wrap("RuntimeThemeParser.parse", async () => {
const {cssLocation, derivedVariables, icons} = this._getSourceData(baseManifest, baseManifestLocation, log);
const themeName = manifest.name;
if (!themeName) {