question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug]: console.log output not shown

See original GitHub issue

When 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:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
xmedekocommented, Apr 23, 2021

Yes, Windows 10, 64 bit, Electron Fiddle 0.22.

0reactions
codebyterecommented, Apr 26, 2021

@ckerr windows-only

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found