Skip to content

Commit 5a63f49

Browse files
committed
fixup! Remove path.posix.join
1 parent 215ddbb commit 5a63f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/http.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const createClientConfiguration = (req: express.Request): ClientConfigura
3737
const base = relativeRoot(req.originalUrl)
3838

3939
return {
40-
base: base,
40+
base,
4141
csStaticBase: base + "/_static",
4242
codeServerVersion,
4343
}

0 commit comments

Comments
 (0)