Reword log line to use 'app' instead of 'global'

Co-authored-by: David Baker <dbkr@users.noreply.github.com>
This commit is contained in:
Nick Bolton 2025-04-15 10:33:38 +01:00
parent f59c38a07e
commit 0559886b77

View File

@ -161,7 +161,7 @@ async function loadConfig(): Promise<void> {
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