diff --git a/app/js/aether_native_app_v3.js b/app/js/aether_native_app_v3.js index 6f5fbdb..d6f293a 100644 --- a/app/js/aether_native_app_v3.js +++ b/app/js/aether_native_app_v3.js @@ -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; });