mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Use unix cache location on the major BSDs (#16187)
This commit is contained in:
committed by
Mohamed Hegazy
parent
66b6d69c37
commit
b62e1b5745
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user