mirror of
https://github.com/element-hq/element-desktop
synced 2025-04-21 17:13:57 +02:00
Reword log line to use 'app' instead of 'global'
Co-authored-by: David Baker <dbkr@users.noreply.github.com>
This commit is contained in:
parent
f59c38a07e
commit
0559886b77
@ -161,7 +161,7 @@ async function loadConfig(): Promise<void> {
|
|||||||
const asarPath = await getAsarPath();
|
const asarPath = await getAsarPath();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
console.log(`Loading global config: ${path.join(asarPath, LocalConfigFilename)}`);
|
console.log(`Loading app config: ${path.join(asarPath, LocalConfigFilename)}`);
|
||||||
global.vectorConfig = loadJsonFile(asarPath, LocalConfigFilename);
|
global.vectorConfig = loadJsonFile(asarPath, LocalConfigFilename);
|
||||||
} catch {
|
} catch {
|
||||||
// it would be nice to check the error code here and bail if the config
|
// it would be nice to check the error code here and bail if the config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user