mirror of
https://github.com/NixOS/nix.git
synced 2025-12-01 22:50:59 +01:00
* Print the exit code of the builder.
This commit is contained in:
parent
1610444671
commit
7de1b2a698
2 changed files with 10 additions and 3 deletions
|
|
@ -251,7 +251,6 @@ void Database::close()
|
|||
for (map<TableId, Db *>::iterator i = tables.begin();
|
||||
i != tables.end(); i++)
|
||||
{
|
||||
debug(format("closing table %1%") % i->first);
|
||||
Db * db = i->second;
|
||||
db->close(DB_NOSYNC);
|
||||
delete db;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue