You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 outputsvarGreenworks=require('./assets/js/greenworks/greenworks');console.log("Test");// Process ends before this outputsif(Greenworks.init())console.log('Steam API has been initalized.');
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: