Fix the build when the Chronicles dynamic output is not used
close #504
This commit is contained in:
parent
f3252a8391
commit
136a11f681
|
@ -881,6 +881,7 @@ when hasPrompt:
|
|||
node.config.statusBarContents,
|
||||
dataResolver)
|
||||
|
||||
when compiles(defaultChroniclesStream.output.writer):
|
||||
defaultChroniclesStream.output.writer =
|
||||
proc (logLevel: LogLevel, msg: LogOutputStr) {.gcsafe.} =
|
||||
# p.hidePrompt
|
||||
|
|
Loading…
Reference in New Issue