frankhale / electron-with-express

A simple app that demonstrates spawning an Express app from Electron
MIT License
662 stars 145 forks source link

No logging anymore #2

Closed johman10 closed 8 years ago

johman10 commented 8 years ago

Hi there,

Thanks for this repo. It helped me out to get Express and Electron to work together.

You pushed a commit on the second of March (e50c752) which caused electron to not log anymore. It isn't showing page requests nor does it show console.log() and other debug functions in the terminal. Could you please help me out with why this is happening and how I can get these messages again?

Thanks in advance!

johman10 commented 8 years ago

Maybe noteworthy: I can log from the start-electron.js file. But not from all the other files.

frankhale commented 8 years ago

I'll look into this.

frankhale commented 8 years ago

Yeah I can resolve this. I'll work on this later today when I get some free time. Thanks for reporting the issue!

johman10 commented 8 years ago

Great! Thanks for your help in advance!

frankhale commented 8 years ago

I have this done, will upload in just a few minutes.

frankhale commented 8 years ago

This is complete via 080c8e87d6ca644a45131b9710f51d78119c6550

frankhale commented 8 years ago

@johman10 this okay?

johman10 commented 8 years ago

Hi there! Thanks for your new commit. I will have a look at it when I have time. I will come back to this issue to confirm. ;)