#Does dagger do something different with

1 messages · Page 1 of 1 (latest)

cunning vault
#

I think its going to stderr, how do i redirect that to stdout?

raven vector
#

atm, there's no way to redirect stdout to stderr - but you can get the stderr using Stderr() instead of Stdout()

cunning vault
#

Yeah, just figured that out. Thanks!