mirror of
https://github.com/electron/electron.git
synced 2026-01-25 07:18:18 -05:00
At some point, unhandled errors in preload scripts stopped being logged to console, meaning that preload scripts were very difficult to debug. Instead, print the error to console (which is what we wanted to have happen anyways)