mirror of
https://github.com/electron/electron.git
synced 2026-01-25 07:18:18 -05:00
Spent a while tracking down `Error processing argument -1`, caused by a missing param (`app.exit()` now takes an exit code.) Improve the rpc-server so that it prints the function name when possible, so it's much easier to identify which remote call is causing the error.