1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
This commit is contained in:
Ben Burdette 2020-07-06 11:54:53 -06:00
parent 75bfcf8d15
commit efd6a8b230

View file

@ -110,6 +110,7 @@ std::optional<LinesOfCode> getCodeLines(const ErrPos &errPos)
int pl = errPos.line - 1;
LinesOfCode loc;
do
{
std::getline(iss, line);