From 96b8f0ce38d4870672f89276450ae27da82dd043 Mon Sep 17 00:00:00 2001 From: Lee Dohm Date: Mon, 7 Mar 2016 14:28:30 -0800 Subject: [PATCH] :memo: Add Finder to the list of ways an app can be launched --- src/project.coffee | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/project.coffee b/src/project.coffee index e13942f28..5d5448dc7 100644 --- a/src/project.coffee +++ b/src/project.coffee @@ -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)