mirror of
https://github.com/electron/electron.git
synced 2026-01-24 14:57:58 -05: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.