Skip to content

Commit 502203c

Browse files
committed
fix: explicitly use posix path notation when generating file list
1 parent 14d78da commit 502203c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/src/services/fs.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { readdirSync, statSync } from 'fs';
2-
import { join, relative } from 'path';
2+
import { join, relative } from 'path/posix';
33
import {
44
DATA_DIRECTORY,
55
MOD_DIRECTORY,

0 commit comments

Comments
 (0)