mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
more silly
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
673d7c2995
commit
49e0d9dad8
@ -83,7 +83,7 @@ export class ClusterStore extends BaseStore<ClusterStoreModel> {
|
||||
logger.info(`[CLUSTER-STORE] start to listen (${webFrame.routingId})`)
|
||||
ipcRenderer.on("cluster:state", (event, model: ClusterState) => {
|
||||
this.applyWithoutSync(() => {
|
||||
logger.info(`[CLUSTER-STORE]: received push-state at ${location.host} (${webFrame.routingId})`, model);
|
||||
logger.silly(`[CLUSTER-STORE]: received push-state at ${location.host} (${webFrame.routingId})`, model);
|
||||
this.getById(model.id)?.updateModel(model);
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user