mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Previously, we were referring to an undefined `atom` global to exit when the render process crashed in specs. Now we only exit when exitWhenDone is true, which will only exit in headless specs. Also, we now call .exit on an object that's actually defined.