1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

printStats -> maybePrintStats

This commit is contained in:
Robert Hensing 2023-10-09 16:25:53 +02:00
parent f95364a803
commit c32084a12c
6 changed files with 6 additions and 6 deletions

View file

@ -1531,7 +1531,7 @@ static int main_nix_env(int argc, char * * argv)
op(globals, std::move(opFlags), std::move(opArgs));
globals.state->printStats();
globals.state->maybePrintStats();
return 0;
}