We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab046fe commit 1a02b23Copy full SHA for 1a02b23
1 file changed
browser/services/platform.js
@@ -206,7 +206,7 @@ class Platform {
206
207
static getUserPath_win32() {
208
return pify(child_process.exec)(
209
- 'powershell.exe -executionpolicy bypass -command "[Environment]::GetEnvironmentVariable(\'path\', \'User\')[Environment]::Exit(0);"'
+ 'powershell.exe -executionpolicy bypass -command "[Environment]::GetEnvironmentVariable(\'path\', \'User\');[Environment]::Exit(0);"'
210
).then(result=> Promise.resolve(result.replace(/\r?\n/g, '')));
211
}
212
0 commit comments