mirror of
https://github.com/fiatjaf/nak.git
synced 2026-09-11 21:22:07 +02:00
blossom: write downloaded blob bytes raw to stdout, Fprintln was printing them as a decimal byte array.
This commit is contained in:
@@ -179,7 +179,7 @@ var blossomCmd = &cli.Command{
|
||||
hasError = true
|
||||
continue
|
||||
}
|
||||
stdout(data)
|
||||
os.Stdout.Write(data)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user