mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Move new functions to private section
This commit is contained in:
@@ -292,6 +292,10 @@ class Project extends Model
|
||||
|
||||
_.clone(@env)
|
||||
|
||||
###
|
||||
Section: Private
|
||||
###
|
||||
|
||||
getShellPath: ->
|
||||
shellEnvText = @getShellEnv()
|
||||
env = {}
|
||||
@@ -316,10 +320,6 @@ class Project extends Model
|
||||
|
||||
results.stdout
|
||||
|
||||
###
|
||||
Section: Private
|
||||
###
|
||||
|
||||
consumeServices: ({serviceHub}) ->
|
||||
serviceHub.consume(
|
||||
'atom.directory-provider',
|
||||
|
||||
Reference in New Issue
Block a user