Skip to content

Commit

Permalink
Fix merge typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Holt committed Jul 11, 2018
1 parent 05a3d22 commit b2eba06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 ";
Expand Down

0 comments on commit b2eba06

Please sign in to comment.