Skip to content
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flux/stores/file-download-store.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ FileDownloadStore = Reflux.createStore

_cleanupDownload: (download) ->
download.abort()
delete @_downloads[download.fileId]
@trigger()
delete @_downloads[download.fileId]

_defaultSavePath: (file) ->
if process.platform is 'win32'
Expand Down

0 comments on commit 2f54390

Please sign in to comment.