Bug fix downloading?
This commit is contained in:
@@ -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) => {
|
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('IPC download file process finished');
|
||||||
// console.log(result);
|
console.log(result);
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user