Skip to content

Commit 0250e05

Browse files
committed
Bugfix - need another parent directory
Signed-off-by: Rob Stryker <rob@oxbeef.net>
1 parent 41e105b commit 0250e05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/impl/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export class FelixRspLauncher {
123123

124124
private getServerLocation(process: NodeJS.Process): string {
125125
return process.env.RSP_SERVER_LOCATION ?
126-
process.env.RSP_SERVER_LOCATION : path.resolve(__dirname, '..', '..', 'server');
126+
process.env.RSP_SERVER_LOCATION : path.resolve(__dirname, '..', '..', '..', 'server');
127127
}
128128

129129
private startServer(

0 commit comments

Comments
 (0)