Skip to content

Commit 9e478cb

Browse files
author
WebFreak001
committed
Fix compilation
1 parent c7370d8 commit 9e478cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/mi_parse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,5 +314,5 @@ export function parseMI(output: string): MINode {
314314
output = output.replace(newlineRegex, "");
315315
}
316316

317-
return new MINode(token, outOfBandRecord || [], resultRecords);
317+
return new MINode(token, <any>outOfBandRecord || [], resultRecords);
318318
}

0 commit comments

Comments
 (0)