mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
This feature was introduced to fix #874 but caused the converter to go through a deep nested object sometimes, which made program crash on Windows. So we have to revert the fix even though it makes a regression. Fixes atom/atom#4904.