Skip to content

Commit b2eba06

Browse files
author
Robert Holt
committed
Fix merge typo
1 parent 05a3d22 commit b2eba06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/session.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export class SessionManager implements Middleware {
172172
`-HostVersion '${this.hostVersion}'` +
173173
`-AdditionalModules @('PowerShellEditorServices.VSCode') ` +
174174
`-BundledModulesPath '${PowerShellProcess.escapeSingleQuotes(this.bundledModulesPath)}'` +
175-
`-EnableConsoleRepl ` +
175+
`-EnableConsoleRepl `;
176176

177177
if (this.sessionSettings.developer.editorServicesWaitForDebugger) {
178178
this.editorServicesArgs += "-WaitForDebugger ";

0 commit comments

Comments
 (0)