mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 08:47:43 +00:00
chore(misc): normalize logs (#242)
This commit is contained in:
@@ -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[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user