[Pkg-javascript-commits] [ltx] 27/469: examples/send_message: error output fix

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:00:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository ltx.

commit 0a8cdac36cb1a7474252f8a0450eea83a3262913
Author: Astro <astro at spaceboyz.net>
Date:   Sun May 30 23:38:34 2010 +0200

    examples/send_message: error output fix
---
 examples/send_message.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/send_message.js b/examples/send_message.js
index c5912e2..87330ed 100644
--- a/examples/send_message.js
+++ b/examples/send_message.js
@@ -29,7 +29,7 @@ cl.addListener('authFail',
 	       });
 cl.addListener('error',
 	       function(e) {
-		   sys.puts("e");
+		   sys.puts(e);
 		   process.exit(1);
 	       });
 cl.addListener('end',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git



More information about the Pkg-javascript-commits mailing list