Test by running gulp runtests-browser --t completions and turning on exception breakpoints in the debugger.
It breaks on a directoryExists call coming from getDefaultTypeRoots. directoryExists calls this._getStats which apparently fails when the directory doesn't exist.
CC @rbuckton
Test by running
gulp runtests-browser --t completionsand turning on exception breakpoints in the debugger.It breaks on a
directoryExistscall coming fromgetDefaultTypeRoots.directoryExistscallsthis._getStatswhich apparently fails when the directory doesn't exist.CC @rbuckton