wulkano/kap
Vedi su GitHubError: The 'screen' module can't be used before the app 'ready' event
Open
#891 aperta il 10 lug 2020
Help WantedPriority: LowSentryType: Bug
Metriche repository
- Star
- (11.043 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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)