mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
Update log label
This commit is contained in:
parent
7ac2c7c7fa
commit
8aa96e8031
@ -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 New Issue
Block a user