Skip to content

Commit d0a5a87

Browse files
segevfinerlgeiger
authored andcommitted
Replace let venvPath vs const venvPath
1 parent 2d9f1c2 commit d0a5a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class PythonLanguageClient extends AutoLanguageClient {
7373
async startServerProcess(projectPath) {
7474
await new Promise(resolve => atom.whenShellEnvironmentLoaded(resolve));
7575

76-
let venvPath = await this.detectVirtualEnv(projectPath)
76+
const venvPath = await this.detectVirtualEnv(projectPath)
7777

7878
const pylsEnvironment = Object.assign({}, process.env);
7979

0 commit comments

Comments
 (0)