chore(misc): normalize logs (#242)

This commit is contained in:
Jef LeCompte
2020-09-23 14:20:06 -04:00
committed by GitHub
parent 8466f9f398
commit 7c50e2b5aa
21 changed files with 239 additions and 183 deletions
+1 -2
View File
@@ -47,8 +47,7 @@ for (const name of Config.store.stores) {
}
}
const logString = `Selected stores: ${Array.from(list.keys()).join(', ')}`;
Logger.info(logString);
Logger.info(` selected stores: ${Array.from(list.keys()).join(', ')}`);
export const Stores = Array.from(list.values()) as Store[];