[Bug]: console.log output not shown
See original GitHub issueWhen I put console.log
into:
app.on('window-all-closed', function () {
console.log('window-all-closed')
app.quit()
})
Then, the log is not visible in the Fiddle’s output window. The log shows after I start the app again, see (some logs removed):
Electron v12.0.5 started.
Electron exited with code 0.
Electron v12.0.5 started.
window-all-closed
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Chrome: console.log, console.debug are not working
Click “Default levels” and make sure that "Verbose" is checked. By default it is only set to show Errors and Warnings. I came...
Read more >console.log output not shown · Issue #423 · denoland ... - GitHub
Describe the bug console log not shown To Reproduce go to debug console enter console.log("hello") Expected behavior seeing "hello" ...
Read more >754861 - console.log doesn't show objects at the time of ...
When logging an object and then expending it, the object is expanded using the current values and not using a snapshot at the...
Read more >{solved} console.log() bug problems - Codecademy
There is a repetitive problem with JavaScript for me. The code for console.log is supposed to be console.log("something"); However when I type the...
Read more >Console | Node.js v19.3.0 Documentation
stdout is a writable stream to print log or info output. stderr is used for warning or error output. If stderr is not...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, Windows 10, 64 bit, Electron Fiddle 0.22.
@ckerr windows-only