Closed davidkellerman closed 3 years ago
The check for whether a route was already established wasn't correct. (The _outputPaths property contains file paths, not directories.) Added a separate _establishedRoutes property to track routes.
_outputPaths
_establishedRoutes
The check for whether a route was already established wasn't correct. (The
_outputPaths
property contains file paths, not directories.) Added a separate_establishedRoutes
property to track routes.