Update to all catch functions.

This commit is contained in:
Scott Idem
2025-11-13 20:15:09 -05:00
parent 7cd59bfaac
commit 88d36d512d
52 changed files with 170 additions and 170 deletions

View File

@@ -924,7 +924,7 @@ exports.open_local_file = async function ({local_file_path, filename}) {
// // result.then(function (response) {
// // console.log('Downloaded!!!???');
// // return true;
// // }).catch(function (error) {
// // }).catch(function (error: any) {
// // console.log(error);
// // return false;
// // });
@@ -979,7 +979,7 @@ async function check_file_cache({api_base_url, local_file_cache_path, event_file
// result.then(function (response) {
// console.log('Downloaded!!!???');
// return true;
// }).catch(function (error) {
// }).catch(function (error: any) {
// console.log(error);
// return false;
// });