Skip to content

Commit 54cdb81

Browse files
committed
Revert "Update server.js"
This reverts commit 1060174.
1 parent 1060174 commit 54cdb81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/language-server/test/ts/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export async function getTsServer() {
122122
* @returns {string} The absolute path.
123123
*/
124124
export function fixturePath(relativePath) {
125-
return path.join(fixturesPath, relativePath).replaceAll('\\', '/')
125+
return path.join(fixturesPath, relativePath)
126126
}
127127

128128
/**

0 commit comments

Comments
 (0)