mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
* Do not close a nesting level twice after close() has been
called explicitly on a Nest object.
This commit is contained in:
parent
7823db2137
commit
f0f7a9f299
2 changed files with 11 additions and 1 deletions
|
@ -279,6 +279,7 @@ void Nest::close()
|
|||
nestingLevel--;
|
||||
if (logType == ltEscapes)
|
||||
cerr << "\033[q";
|
||||
nest = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue