summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2018-03-05 05:11:45 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2018-03-05 05:11:45 +0300
commite24401f1ef56b1f3d7ef847c54fb0c2fe9cf3cf8 (patch)
tree13fb921319587dad3fdae30a94b69c1a94e8d3ee /AUTHORS
parentauth.scm: Add procedures for interacting w/ an OpenSSH agent (diff)
downloadguile-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--AUTHORS4
1 files changed, 3 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 4fd0357..bc8fe0b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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