mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
add newlines to config file when rewriting with theme stuff
This commit is contained in:
parent
7a197c0a1a
commit
f21e103270
@ -38,7 +38,7 @@ function addThemesToConfig(bundle, manifestLocations, defaultThemes) {
|
|||||||
const config = JSON.parse(source);
|
const config = JSON.parse(source);
|
||||||
config["themeManifests"] = manifestLocations;
|
config["themeManifests"] = manifestLocations;
|
||||||
config["defaultTheme"] = defaultThemes;
|
config["defaultTheme"] = defaultThemes;
|
||||||
info.source = new TextEncoder().encode(JSON.stringify(config));
|
info.source = new TextEncoder().encode(JSON.stringify(config, undefined, 2));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user