Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez committed Oct 10, 2024
1 parent e647b79 commit 5fef14d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routes.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 5fef14d

Please sign in to comment.