Skip to content

Commit 6a871b7

Browse files
committed
Go with whitespace option #5 - less is more :-)
1 parent 563d9a2 commit 6a871b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/session.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,7 @@ export class SessionManager implements Middleware {
195195
if (this.sessionSettings.integratedConsole.suppressStartupBanner) {
196196
this.editorServicesArgs += "-StartupBanner '' ";
197197
} else {
198-
const startupBanner = `
199-
=====> ${this.HostName} Integrated Console v${this.HostVersion} <=====
198+
const startupBanner = `=====> ${this.HostName} Integrated Console v${this.HostVersion} <=====
200199
`;
201200
this.editorServicesArgs += `-StartupBanner "${startupBanner}" `;
202201
}

0 commit comments

Comments
 (0)