mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Make releaseDate a Date
This commit is contained in:
@@ -64,7 +64,7 @@ class AutoUpdater
|
||||
emit 'update-downloaded',
|
||||
releaseNotes: latestRelease.releaseNotes
|
||||
releaseName: "Atom #{latestRelease.version}"
|
||||
releaseDate: ''
|
||||
releaseDate: new Date()
|
||||
updateUrl: 'https://atom.io'
|
||||
quitAndUpdate: => @quitAndInstall()
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user