Bug fix downloading?

This commit is contained in:
Scott Idem
2022-04-16 20:05:35 -04:00
parent 6a788c11b4
commit 42a119cf34

View File

@@ -152,7 +152,7 @@ exports.download_hash_file_to_cache = async function ({host_file_cache_path, eve
let download_file_result = await ipcRenderer.invoke('download_file', api_base_url, endpoint, hash_file_cache_path).then((result) => {
console.log('IPC download file process finished');
// console.log(result);
console.log(result);
return true;
});