mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-14 04:20:46 +01:00
![Pragmatic Software](/assets/img/avatar_default.png)
If the output from a code snippet is `0` without a newline, Perl treats this as a false value. When Guest::process_command() returns a false value, that signals to guest-server::serial_server() that it is the parent returning and so it will not send the result back to the host. However, `0\n` is a true value. Solution: always append a final newline to the guest output.