DEV Community

Discussion on: ES2019 features

Collapse
 
hemanth profile image
hemanth.hm

The second issue (segfault) was fixed a few weeks back…the rest is working as intended

Collapse
 
qm3ster profile image
Mihail Malo • Edited

Just tried the segfaulting example on node v11.10.0 on Windows.
And it just quits (very early) with no error? :/

8960 [ 'a single pickle' ]
9088 [ 'a single pickle' ]

And then nothing.

Thread Thread
 
mathiasbynens profile image
Mathias Bynens

The fix Hemanth mentioned is in V8. It will become available in Node.js once they update their V8 dependency.