Skip to content

Commit

Permalink
🗣️ Pass verbosity flag along to viceroy binary (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsrainy authored Mar 20, 2023
1 parent 7c8d32f commit 00e5298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/commands/compute/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ func local(bin, file, addr, env string, debug, watch bool, watchDir cmd.Optional
text.Break(out)
text.Output(out, "Wasm file: %s", file)
text.Output(out, "Manifest: %s", manifestPath)
args = append(args, "-v")
}

s := &fstexec.Streaming{
Expand Down

0 comments on commit 00e5298

Please sign in to comment.