From b2eba06cd018be36fb3370625d16c0e951dd1d61 Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Tue, 10 Jul 2018 19:13:08 -0700 Subject: [PATCH] Fix merge typo --- src/session.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/session.ts b/src/session.ts index d15f91e172..43a8a570ce 100644 --- a/src/session.ts +++ b/src/session.ts @@ -172,7 +172,7 @@ export class SessionManager implements Middleware { `-HostVersion '${this.hostVersion}'` + `-AdditionalModules @('PowerShellEditorServices.VSCode') ` + `-BundledModulesPath '${PowerShellProcess.escapeSingleQuotes(this.bundledModulesPath)}'` + - `-EnableConsoleRepl ` + + `-EnableConsoleRepl `; if (this.sessionSettings.developer.editorServicesWaitForDebugger) { this.editorServicesArgs += "-WaitForDebugger ";