You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual behavior: err instanceof MyError return false, and err is an instance of Error.
The text was updated successfully, but these errors were encountered:
wangzishi
changed the title
Can't get correct instance type when extending from Error.
Can't get correct instance type when extending from Error when target es5.
Jul 25, 2017
wangzishi
changed the title
Can't get correct instance type when extending from Error when target es5.
Can't get correct instance type when extending from Error and target es5.
Jul 25, 2017
TypeScript Version: 2.4.2
Code
Expected behavior:
true
Actual behavior:
err instanceof MyError
returnfalse
, anderr
is an instance ofError
.The text was updated successfully, but these errors were encountered: