From 9defc149d55ba921902b7608ecb45cdc0d395db1 Mon Sep 17 00:00:00 2001 From: Matheus Cristian Date: Tue, 15 Oct 2024 17:17:57 -0300 Subject: [PATCH] feat(treat-unhandled-rejection): backs again to the global event handler --- src/App.vue | 4 ---- src/main.ts | 1 + src/utils/TreatUnhandledRejection.ts | 14 +++++++++++-- .../__tests__/TreatUnhandledRejection.spec.ts | 21 ++++++++++++++++--- 4 files changed, 31 insertions(+), 9 deletions(-) diff --git a/src/App.vue b/src/App.vue index 2cdf749..614d473 100644 --- a/src/App.vue +++ b/src/App.vue @@ -16,14 +16,10 @@