mirror of
https://github.com/NixOS/nix
synced 2025-07-04 03:01:47 +02:00
:quit
in the debugger should quit the whole program
This commit is contained in:
parent
78e7c98b02
commit
2a8fe9a938
10 changed files with 111 additions and 44 deletions
7
src/libutil/exit.cc
Normal file
7
src/libutil/exit.cc
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "exit.hh"
|
||||
|
||||
namespace nix {
|
||||
|
||||
Exit::~Exit() {}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue