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
Linux lenovo-21bx 6.11.0 #1-lenovo-21bx SMP PREEMPT Thu Sep 26 11:38:13 UTC 2024 aarch64 Linux
Subsystem
No response
What steps will reproduce the bug?
run the attached file with: touch file.js && node mytest.js, observe console.log('1', { loadurl: url }) is printed to process output, but consecutive calls including console.log('2', { loadurl: url }) are never seen.
Version
v20.15.1
Platform
Subsystem
No response
What steps will reproduce the bug?
run the attached file with: touch file.js && node mytest.js, observe
console.log('1', { loadurl: url })
is printed to process output, but consecutive calls includingconsole.log('2', { loadurl: url })
are never seen.mytest.js
How often does it reproduce? Is there a required condition?
every time
What is the expected behavior? Why is that the expected behavior?
each console.log call should be printed to the console, otherwise the behaviour is unpredictable
What do you see instead?
only one console.log call is seen
Additional information
No response
The text was updated successfully, but these errors were encountered: