Merge remote-tracking branch 'Delapouite/status-debug'
This commit is contained in:
commit
863ab20808
|
@ -136,6 +136,8 @@ String generate_context_info(const Context& context)
|
|||
s += "[no-hooks]";
|
||||
if (context.buffer().flags() & Buffer::Flags::Fifo)
|
||||
s += "[fifo]";
|
||||
if (context.buffer().flags() & Buffer::Flags::Debug)
|
||||
s += "[debug]";
|
||||
return s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user