File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,9 @@ import { triggerServerUpdate } from './services/server-api';
3434import { App } from './components/app' ;
3535import { StorePoweredThemeProvider } from './components/store-powered-theme-provider' ;
3636import { ErrorBoundary } from './components/error-boundary' ;
37- import { serverVersion , lastServerVersion } from './services/service-versions' ;
37+ import { serverVersion , lastServerVersion , UI_VERSION } from './services/service-versions' ;
38+
39+ console . log ( `Initialising UI (version ${ UI_VERSION } )` ) ;
3840
3941const APP_ELEMENT_SELECTOR = '#app' ;
4042
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ export class ProxyStore {
141141 await this . loadSettings ( ) ;
142142 await this . startIntercepting ( ) ;
143143 this . serverVersion = await serverVersion ;
144- console . log ( ' Proxy store initialized' ) ;
144+ console . log ( ` Proxy store initialized (server version ${ this . serverVersion } )` ) ;
145145 } ) ;
146146
147147 private async loadSettings ( ) {
You can’t perform that action at this time.
0 commit comments