mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Add getGitHubTokenName
This commit is contained in:
@@ -352,6 +352,10 @@ class Atom
|
||||
getVersion: ->
|
||||
app.getVersion()
|
||||
|
||||
# Public: Get the name of the github token in the keychain
|
||||
getGitHubTokenName: ->
|
||||
'Atom GitHub API Token'
|
||||
|
||||
# Public: Get the directory path to Atom's configuration area.
|
||||
#
|
||||
# Returns the absolute path to ~/.atom
|
||||
|
||||
Reference in New Issue
Block a user