We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bb4af commit f7235aeCopy full SHA for f7235ae
packages/angular/src/errorhandler.ts
@@ -69,7 +69,6 @@ function isErrorOrErrorLikeObject(value: unknown): value is Error {
69
const candidate = value as ErrorCandidate;
70
71
return (
72
- isString(candidate.name) &&
73
isString(candidate.name) &&
74
isString(candidate.message) &&
75
(undefined === candidate.stack || isString(candidate.stack))
0 commit comments