Assert save path of download item

This commit is contained in:
Kevin Sawicki 2016-07-27 17:52:36 -07:00
parent 4e9b19074f
commit 55d6e0de1a
2 changed files with 8 additions and 6 deletions

View file

@ -142,7 +142,8 @@ app.on('ready', function () {
item.getReceivedBytes(),
item.getTotalBytes(),
item.getContentDisposition(),
item.getFilename())
item.getFilename(),
item.getSavePath())
})
if (needCancel) item.cancel()
}