mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
bump
This commit is contained in:
parent
75bfcf8d15
commit
efd6a8b230
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ std::optional<LinesOfCode> getCodeLines(const ErrPos &errPos)
|
||||||
int pl = errPos.line - 1;
|
int pl = errPos.line - 1;
|
||||||
|
|
||||||
LinesOfCode loc;
|
LinesOfCode loc;
|
||||||
|
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
std::getline(iss, line);
|
std::getline(iss, line);
|
||||||
|
|
Loading…
Reference in a new issue