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
Platform: Darwin Kernel Version 16.3.0: root:xnu-3789.31.2~1/RELEASE_X86_64 x86_64
I would like to report a possible regression.
I was investigating an issue for React, which ultimately narrowed down to the line of code found here. When run in Node's v6.9.x-7.2.x the multiple assignment behaves as expected. However, in releases v7.3.x and v7.4.x the env.global.console is not being properly reassigned.
Strangely, I can also confirm that multiple assignments works as expected in the current (v7.4.0) version of Node.
The text was updated successfully, but these errors were encountered:
I would like to report a possible regression.
I was investigating an issue for React, which ultimately narrowed down to the line of code found here. When run in Node's v6.9.x-7.2.x the multiple assignment behaves as expected. However, in releases v7.3.x and v7.4.x the
env.global.console
is not being properly reassigned.Strangely, I can also confirm that multiple assignments works as expected in the current (v7.4.0) version of Node.
The text was updated successfully, but these errors were encountered: