debugging in ci

This commit is contained in:
Eric 2023-11-20 11:38:35 +11:00
parent 48ab78da3b
commit 3d186dd0a5
No known key found for this signature in database

View File

@ -47,6 +47,7 @@ proc waitUntilOutput*(node: NodeProcess, output: string) =
if node.debug:
raiseAssert "cannot read node output when in debug mode"
when defined(windows):
sleep(5_000)
let lines = node.process.outputStream.lines.toSeq
echo ">>> lines count: ", lines.len
echo ">>> lines: ", lines