Issues a warning: ``` Sending `DownloadBegin` with no listeners registered. ``` when I do ``` let {promise} = fs.downloadFile({fromUrl, toFile}); ```