mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
4875bc3073
This update modifies the `getAnswerFiles` function to support file systems that do not adhere to POSIX standards. Prior to this change this method will always fail with the below: ``` Error: Invalid state: could not find start of answers path ``` PR Close #57970