Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Electron App Closing #297

Open
jakeandreoli opened this issue Aug 16, 2021 · 0 comments
Open

Electron App Closing #297

jakeandreoli opened this issue Aug 16, 2021 · 0 comments

Comments

@jakeandreoli
Copy link

jakeandreoli commented Aug 16, 2021

I implemented Greenworks into my Electron game.

Whenever I start debugging, as soon as the node module is loaded, debugging ends abruptly. There is nothing outputted to the log. I can't seem to find any reason why it would be doing this.

I'm not sure what additional information I should supply:

console.log('Version: ' + process.version); // Successfully outputs
var Greenworks = require('./assets/js/greenworks/greenworks');
console.log("Test"); // Process ends before this outputs
if (Greenworks.init())
	console.log('Steam API has been initalized.');

Folder Structure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant