summaryrefslogtreecommitdiff
path: root/fs/path
diff options
context:
space:
mode:
Diffstat (limited to 'fs/path')
-rw-r--r--fs/path/constants.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/path/constants.ts b/fs/path/constants.ts
index d70bb8073..55851f8cc 100644
--- a/fs/path/constants.ts
+++ b/fs/path/constants.ts
@@ -50,3 +50,4 @@ export const CHAR_9 = 57; /* 9 */
export const isWindows = build.os === "win";
export const EOL = isWindows ? "\r\n" : "\n";
+export const SEP = isWindows ? "\\" : "/";