Skip to content

Commit

Permalink
chore(suite-desktop): fix typo in a log
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed May 22, 2024
1 parent 71dcd09 commit ffa9605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/suite-desktop-core/src/modules/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const load = async ({ store, mainWindow }: Dependencies) => {
try {
logger.info(
SERVICE_NAME,
`Starting (Legacy dev: ${b2t(bridgeLegacyDev)}), Legacy test: ${b2t(bridgeLegacyTest)}), Legacy: ${b2t(bridgeLegacy)}, Test: ${b2t(bridgeTest)}`,
`Starting (Legacy dev: ${b2t(bridgeLegacyDev)}, Legacy test: ${b2t(bridgeLegacyTest)}, Legacy: ${b2t(bridgeLegacy)}, Test: ${b2t(bridgeTest)})`,
);
await start(bridge);
handleBridgeStatus(bridge, mainWindow);
Expand Down

0 comments on commit ffa9605

Please sign in to comment.