Fixed empty log file case.
This commit is contained in:
parent
8f8eeb437d
commit
07de9414b9
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ public class LineIterator
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
result = null;
|
result = "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
|
|
Loading…
Reference in a new issue