-
Notifications
You must be signed in to change notification settings - Fork 408
0.7.1 Breaking Error #515
Comments
it seems ZoneAwareError not inherit captureStackTrace method, I made a pull request #516 to fix this one. you can use the attched zone-node.js for test. |
After your patch getting
|
yes, we should also patch prepareStackTrace, you can |
It has been fixed, please use the newest version to test. |
I have the same issue and the last update of zone-node.js doesn't correct it. (I use [email protected] with the zone-node.js replaced by the last one you sent) The stacktrace I currently have is :
Do you have a fix ? I also try update to [email protected] but the |
@haia212, I will try the repo to test it again. |
After some digging, (I don't understand why but) the problem come from the fact that I keep the subscription in an array to unsubscribe all my subscription onDestroy.
If I remove this subscriptions array, everything works fine. If you have any idea why from I all hear ! |
@haia212, could you provide a reproduce repo? |
Was fixed in 0.7.4 |
Upgrading to zone 0.7.1 from 0.6.26, with @JiaLiPassion zone-node file, breaks app on start with
TypeError: Error.captureStackTrace is not a function.
Repo showing issue.
The text was updated successfully, but these errors were encountered: