We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7370d8 commit 9e478cbCopy full SHA for 9e478cb
1 file changed
src/backend/mi_parse.ts
@@ -314,5 +314,5 @@ export function parseMI(output: string): MINode {
314
output = output.replace(newlineRegex, "");
315
}
316
317
- return new MINode(token, outOfBandRecord || [], resultRecords);
+ return new MINode(token, <any>outOfBandRecord || [], resultRecords);
318
0 commit comments