📝 Add Finder to the list of ways an app can be launched

This commit is contained in:
Lee Dohm
2016-03-07 14:28:30 -08:00
committed by Joe Fitzgerald
parent 9916c78ce2
commit 96b8f0ce38

View File

@@ -281,9 +281,9 @@ class Project extends Model
# Public: Retrieves a normalized copy of the environment.
#
# On OS X, the `PATH` can be different depending on whether Atom is launched
# from the Dock, Spotlight or the terminal. This detects how Atom was started
# and corrects the `PATH` environment variable before returning a copy of the
# environment.
# from the Dock, Finder, Spotlight or the terminal. This detects how Atom was
# started and corrects the `PATH` environment variable before returning a copy
# of the environment.
getEnv: ->
unless @env?
@env = _.clone(process.env)