mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
this. -> @
This commit is contained in:
@@ -41,7 +41,7 @@ KeymapManager::loadUserKeymap = ->
|
||||
atom.notifications.addFatalError(error.message, {detail, stack, dismissable: true})
|
||||
|
||||
KeymapManager::subscribeToFileReadFailure = ->
|
||||
this.onDidFailToReadFile (error) =>
|
||||
@onDidFailToReadFile (error) =>
|
||||
userKeymapPath = @getUserKeymapPath()
|
||||
message = "Failed to load `#{userKeymapPath}`"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user