attach services to window for debugging

This commit is contained in:
nklhrstv 2020-05-15 17:27:06 +03:00
parent 4868e9521f
commit ae1b39d665

View file

@ -58,8 +58,7 @@ const App = () => {
services.shell.start();
services.chromecast.start();
services.keyboardShortcuts.start();
window.core = services.core;
window.shell = services.shell;
window.services = services;
return () => {
services.core.stop();
services.shell.stop();