Fix compilation
This commit is contained in:
parent
c7370d894a
commit
9e478cb675
1 changed files with 1 additions and 1 deletions
|
|
@ -314,5 +314,5 @@ export function parseMI(output: string): MINode {
|
||||||
output = output.replace(newlineRegex, "");
|
output = output.replace(newlineRegex, "");
|
||||||
}
|
}
|
||||||
|
|
||||||
return new MINode(token, outOfBandRecord || [], resultRecords);
|
return new MINode(token, <any>outOfBandRecord || [], resultRecords);
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue