diff --git a/server/CommandLine.ts b/server/CommandLine.ts index f29fd44..2cec67f 100644 --- a/server/CommandLine.ts +++ b/server/CommandLine.ts @@ -95,6 +95,12 @@ export default class CommandLine { ++i; } else { quotes = false; + + if (this.part === undefined) { + // Handle "". + this.part = ''; + } + this.addPart(); } } else {