Fixed docs sample code programming error for DownloadItem

This commit is contained in:
Alex Gleason 2016-04-19 12:47:05 -04:00
parent 34ee29871b
commit 02c8c58c0b

View file

@ -22,6 +22,7 @@ win.webContents.session.on('will-download', function(event, item, webContents) {
console.log("Download is cancelled or interrupted that can't be resumed"); console.log("Download is cancelled or interrupted that can't be resumed");
} }
}); });
});
``` ```
## Events ## Events