mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
🎨 Drop unneeded detail:
This commit is contained in:
@@ -63,7 +63,7 @@ KeymapManager::subscribeToFileReadFailure = ->
|
||||
else
|
||||
error.message
|
||||
|
||||
atom.notifications.addError(message, {detail: detail, dismissable: true})
|
||||
atom.notifications.addError(message, {detail, dismissable: true})
|
||||
|
||||
# This enables command handlers registered via jQuery to call
|
||||
# `.abortKeyBinding()` on the `jQuery.Event` object passed to the handler.
|
||||
|
||||
Reference in New Issue
Block a user