0

Much like the title suggests, I have made a node / angular application using electron. This application functions as expected when it is run via the electron ./app command. However when it is built (either by electron-packager or by electron-builder) the application will run but no content is displayed.

I would like to be able to see what is actually causing the application to fail, but I am unable to view the console to do that. Is there any way around this? Either via a special way to build or via an unknown trick to view the developer tools.

4

1 に答える 1