aboutsummaryrefslogtreecommitdiff
path: root/src/nix/edit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/edit.cc')
-rw-r--r--src/nix/edit.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nix/edit.cc b/src/nix/edit.cc
index 2f701f145..8352c26e8 100644
--- a/src/nix/edit.cc
+++ b/src/nix/edit.cc
@@ -2,7 +2,6 @@
#include "shared.hh"
#include "eval.hh"
#include "attr-path.hh"
-#include "progress-bar.hh"
#include "editor-for.hh"
#include "current-process.hh"
@@ -42,7 +41,7 @@ struct CmdEdit : InstallableCommand
}
}();
- stopProgressBar();
+ logger->pause();
auto args = editorFor(file, line);