[Groonga-commit] droonga/droonga-http-server at 678491f [master] Output stack trace for unknown errors

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Sep 29 13:33:24 JST 2014


YUKI Hiroshi	2014-09-29 13:33:24 +0900 (Mon, 29 Sep 2014)

  New Revision: 678491fc76948bdfcf2987efd0d104c1702b90cc
  https://github.com/droonga/droonga-http-server/commit/678491fc76948bdfcf2987efd0d104c1702b90cc

  Message:
    Output stack trace for unknown errors

  Modified files:
    bin/droonga-http-server-configure

  Modified: bin/droonga-http-server-configure (+1 -0)
===================================================================
--- bin/droonga-http-server-configure    2014-09-29 12:44:13 +0900 (d0a79d9)
+++ bin/droonga-http-server-configure    2014-09-29 13:33:24 +0900 (f542f1a)
@@ -375,5 +375,6 @@ checkServiceUserExistence()
   .then(finish)
   .catch(function(error) {
     console.error(error);
+    console.error(error.stack);
     process.exit(false);
   });
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index