forked from mystiq/hydrogen-web
Update log label
This commit is contained in:
parent
7ac2c7c7fa
commit
8aa96e8031
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export class RuntimeThemeParser {
|
||||||
}
|
}
|
||||||
|
|
||||||
async parse(manifest: ThemeManifest, baseManifest: ThemeManifest, baseManifestLocation: string, log: ILogItem): Promise<void> {
|
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 {cssLocation, derivedVariables, icons} = this._getSourceData(baseManifest, baseManifestLocation, log);
|
||||||
const themeName = manifest.name;
|
const themeName = manifest.name;
|
||||||
if (!themeName) {
|
if (!themeName) {
|
||||||
|
|
Loading…
Reference in a new issue