Use unix cache location on the major BSDs (#16187)

This commit is contained in:
William Orr
2017-06-01 18:27:20 -07:00
committed by Mohamed Hegazy
parent 66b6d69c37
commit b62e1b5745

View File

@@ -45,6 +45,8 @@ namespace ts.server {
os.tmpdir();
return combinePaths(normalizeSlashes(basePath), "Microsoft/TypeScript");
}
case "openbsd":
case "freebsd":
case "darwin":
case "linux":
case "android": {