wulkano/kap
Ver no GitHubError: The 'screen' module can't be used before the app 'ready' event
Open
#891 aberto em 10 de jul. de 2020
Help WantedPriority: LowSentryType: Bug
Métricas do repositório
- Stars
- (11.043 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
Sentry Issue: KAP-7AN
Error: The 'screen' module can't be used before the app 'ready' event
File "app:///main/cropper.js", line 20, in closeAllCroppers
screen.removeAllListeners('display-removed');
File "app:///main/preferences.js", line 16, in openPrefsWindow
closeAllCroppers();
File "app:///main/utils/deep-linking.js", line 22, in null.<anonymous>
const triggerPluginAction = action => name => openPrefsWindow({target: {name, action}});
File "app:///main/utils/deep-linking.js", line 34, in handleDeepLink
return routes.get(host)(pathname.slice(1));
File "app:///main/index.js", line 124, in App.<anonymous>
handleDeepLink(url);
...
(5 additional frame(s) were not displayed)