This is an automated email from the ASF dual-hosted git repository.

qiuxiafan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-client-js.git


The following commit(s) were added to refs/heads/master by this push:
     new 29caa9a  fix: can't catch the resource error (#145)
29caa9a is described below

commit 29caa9a62aae706496e1a065edf998ca10682525
Author: chang ich <[email protected]>
AuthorDate: Fri Oct 25 22:31:19 2024 +0800

    fix: can't catch the resource error (#145)
---
 src/errors/resource.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/errors/resource.ts b/src/errors/resource.ts
index 206c8ef..9b2c4aa 100644
--- a/src/errors/resource.ts
+++ b/src/errors/resource.ts
@@ -57,7 +57,7 @@ class ResourceErrors extends Base {
       } catch (error) {
         throw error;
       }
-    });
+    },true);
   }
   setOptions(opt: CustomReportOptions) {
     this.infoOpt = opt;

Reply via email to