forked from lix-project/lix
formatting
This commit is contained in:
parent
3dfab6e534
commit
88a54108eb
|
@ -114,10 +114,10 @@ public:
|
|||
RootValue vCallFlake = nullptr;
|
||||
RootValue vImportedDrvToDerivation = nullptr;
|
||||
|
||||
/* Debugger */
|
||||
bool debugStop;
|
||||
bool debugQuit;
|
||||
std::list<DebugTrace> debugTraces;
|
||||
|
||||
void debug_throw(Error e);
|
||||
|
||||
private:
|
||||
|
|
|
@ -723,7 +723,7 @@ static RegisterPrimOp primop_break({
|
|||
throw Error(ErrorInfo{
|
||||
.level = lvlInfo,
|
||||
.msg = hintfmt("quit from debugger"),
|
||||
.errPos = pos,
|
||||
.errPos = noPos,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue