From 42a119cf340168e8034e4db85fb6aa1e20e58590 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Sat, 16 Apr 2022 20:05:35 -0400 Subject: [PATCH] Bug fix downloading? --- app/js/aether_native_app_v3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; });