mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Warn instead of log
This commit is contained in:
@@ -89,7 +89,7 @@ class SignInView extends ScrollView
|
||||
success: ({token}={}) =>
|
||||
if token?.length > 0
|
||||
unless keytar.replacePassword('GitHub.com', 'github', token)
|
||||
console.log 'Unable to save GitHub.com token to keychain'
|
||||
console.warn 'Unable to save GitHub.com token to keychain'
|
||||
@detach()
|
||||
|
||||
error: (response) =>
|
||||
|
||||
Reference in New Issue
Block a user