Skip to content

Commit d40fe7d

Browse files
committed
Log possible error to browser console
1 parent abc5ac3 commit d40fe7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/shared/services/snackbar-service.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ export class SnackbarService {
7272
if (!Array.isArray(serverErrorMessages)) {
7373
serverErrorMessages = [];
7474
}
75-
} catch (e) { }
75+
} catch (e) {
76+
console.error(e);
77+
}
7678

7779
this.translocoService
7880
.selectTranslate(this.closeButtonTag)

0 commit comments

Comments
 (0)