diff --git a/routes.nim b/routes.nim index 3780d7e..c496188 100644 --- a/routes.nim +++ b/routes.nim @@ -768,7 +768,6 @@ proc tasks*( stdoutHandle = AsyncProcess.Pipe, stderrHandle = AsyncProcess.Pipe, ) - #can you see this? let res = await process.waitForExit(InfiniteDuration) #TODO handle error (i.e. no nimble file) let output = await process.stdoutStream.readLine()