Exception thrown in directoryExists
call
#24006
Labels
Infrastructure
Issue relates to TypeScript team infrastructure
directoryExists
call
#24006
Test by running
gulp runtests-browser --t completions
and turning on exception breakpoints in the debugger.It breaks on a
directoryExists
call coming fromgetDefaultTypeRoots
.directoryExists
callsthis._getStats
which apparently fails when the directory doesn't exist.CC @rbuckton
The text was updated successfully, but these errors were encountered: