mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 19:16:17 -06:00
Remove trailing whitespace
This commit is contained in:
parent
0238991cd3
commit
361be11a04
@ -618,7 +618,7 @@ namespace ts.server {
|
||||
|
||||
function getLogPath(args: string[], initialIndex: number) {
|
||||
let pathStart = args[initialIndex + 1];
|
||||
if (pathStart.charCodeAt(0) === CharacterCodes.doubleQuote &&
|
||||
if (pathStart.charCodeAt(0) === CharacterCodes.doubleQuote &&
|
||||
pathStart.charCodeAt(pathStart.length - 1) !== CharacterCodes.doubleQuote) {
|
||||
for (let i = initialIndex + 2; i < args.length; i++) {
|
||||
pathStart += " ";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user