diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2018-03-05 05:11:45 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2018-03-05 05:11:45 +0300 |
| commit | e24401f1ef56b1f3d7ef847c54fb0c2fe9cf3cf8 (patch) | |
| tree | 13fb921319587dad3fdae30a94b69c1a94e8d3ee /AUTHORS | |
| parent | auth.scm: Add procedures for interacting w/ an OpenSSH agent (diff) | |
| download | guile-ssh-e24401f1ef56b1f3d7ef847c54fb0c2fe9cf3cf8.tar.gz | |
node.scm (node-run-server): Check return code
* modules/ssh/dist/node.scm (node-run-server): Check return code of the
executed command, throw a 'node-error' on a non-zero code.
* AUTHORS, NEWS, THANKS: Update.
Diffstat (limited to 'AUTHORS')
| -rw-r--r-- | AUTHORS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -55,4 +55,6 @@ See also files THANKS and ChangeLog. Bug reports, various comments and suggestions. * Mathieu <https://github.com/mothacehe> - Pointed out to bugs in 'rrepl-get-result' from (ssh dist node).
\ No newline at end of file + Pointed out to bugs in 'rrepl-get-result' from (ssh dist node). +* Marius Bakke <mbakke@fastmail.com> + Pointed out to buigs in 'node-run-server' from (ssh dist node).
\ No newline at end of file |
