commit
bfc7b6930d
1 changed files with 1 additions and 5 deletions
|
|
@ -317,11 +317,7 @@ func (neo *DSL) write(msg *message.JSON, w io.Writer, ctx command.Context, messa
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
args := []interface{}{ctx, messages, msg}
|
args := []interface{}{ctx, messages, msg, string(content)}
|
||||||
if msg.IsDone() {
|
|
||||||
args = append(args, string(content))
|
|
||||||
}
|
|
||||||
|
|
||||||
p, err := process.Of(neo.Write, args...)
|
p, err := process.Of(neo.Write, args...)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue