mirror of
https://github.com/atom/atom.git
synced 2026-02-02 02:35:00 -05:00
💄 on code style.
This commit is contained in:
@@ -182,7 +182,10 @@ window.atom =
|
||||
callbacks.push buttonLabelsAndCallbacks.shift()
|
||||
|
||||
chosen = remote.require('dialog').showMessageBox
|
||||
type: 'info', message: message, detail: detailedMessage, buttons: buttons
|
||||
type: 'info'
|
||||
message: message
|
||||
detail: detailedMessage
|
||||
buttons: buttons
|
||||
|
||||
callbacks[chosen]?()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user