Skip to content

Commit

Permalink
Fix core localizations for electron builds (#13331)
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew authored Jan 30, 2024
1 parent 69d7cd0 commit b15b639
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { ElectronFrontendIdProvider } from './electron-frontend-id-provider';
import { FrontendIdProvider } from '../../browser/messaging/frontend-id-provider';
import { ConnectionSource } from '../../browser/messaging/connection-source';
import { LocalConnectionProvider, RemoteConnectionProvider, ServiceConnectionProvider } from '../../browser/messaging/service-connection-provider';
import { WebSocketConnectionProvider } from '../../browser';
import { WebSocketConnectionProvider } from '../../browser/messaging/ws-connection-provider';
import { ConnectionCloseService, connectionCloseServicePath } from '../../common/messaging/connection-management';
import { WebSocketConnectionSource } from '../../browser/messaging/ws-connection-source';

Expand Down

0 comments on commit b15b639

Please sign in to comment.