From 0559886b7779deca14ec232acc61129d99afebb9 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Tue, 15 Apr 2025 10:33:38 +0100 Subject: [PATCH] Reword log line to use 'app' instead of 'global' Co-authored-by: David Baker --- src/electron-main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/electron-main.ts b/src/electron-main.ts index 7ea57a2..ab38f9c 100644 --- a/src/electron-main.ts +++ b/src/electron-main.ts @@ -161,7 +161,7 @@ async function loadConfig(): Promise { const asarPath = await getAsarPath(); try { - console.log(`Loading global config: ${path.join(asarPath, LocalConfigFilename)}`); + console.log(`Loading app config: ${path.join(asarPath, LocalConfigFilename)}`); global.vectorConfig = loadJsonFile(asarPath, LocalConfigFilename); } catch { // it would be nice to check the error code here and bail if the config