Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
Convert tabs to 4 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
hnioche authored May 8, 2019
1 parent 499594f commit 6568d75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/debugger/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,10 @@ class RubyDebugSession extends DebugSession {
return serverPath;
}

let remotePathImplementation = this.getPathImplementation(this.requestArguments.remoteWorkspaceRoot);
let localPathImplementation = this.getPathImplementation(this.requestArguments.cwd);
let remotePathImplementation = this.getPathImplementation(this.requestArguments.remoteWorkspaceRoot);
let localPathImplementation = this.getPathImplementation(this.requestArguments.cwd);

let relativeRemotePath = remotePathImplementation.relative(this.requestArguments.remoteWorkspaceRoot, serverPath)
let relativeRemotePath = remotePathImplementation.relative(this.requestArguments.remoteWorkspaceRoot, serverPath)

if (!this.isSubPath(relativeRemotePath)) {
return serverPath;
Expand Down

0 comments on commit 6568d75

Please sign in to comment.