mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
723342a60a
Previously, the error message in the console would print `[object Object]` and not the actual error message. With this change, the error message is printed in the console. PR Close #42773