mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Flag injectable causing side effects
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
3c7b2c9013
commit
678043e34e
@ -49,6 +49,7 @@ const setupIpcMainHandlersInjectable = getInjectable({
|
||||
},
|
||||
|
||||
injectionToken: whenApplicationIsLoadingInjectionToken,
|
||||
causesSideEffects: true,
|
||||
});
|
||||
|
||||
export default setupIpcMainHandlersInjectable;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user