[Groonga-commit] droonga/droonga-http-server at 2331aae [master] Fix usage of promptly.confirm()

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 18 19:24:15 JST 2014


YUKI Hiroshi	2014-09-18 19:24:15 +0900 (Thu, 18 Sep 2014)

  New Revision: 2331aaebb0b9eec1ae1f2b63e6ed6c9211199fd1
  https://github.com/droonga/droonga-http-server/commit/2331aaebb0b9eec1ae1f2b63e6ed6c9211199fd1

  Message:
    Fix usage of promptly.confirm()

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

  Modified: bin/droonga-http-server-configure (+2 -1)
===================================================================
--- bin/droonga-http-server-configure    2014-09-18 19:22:57 +0900 (a620ba4)
+++ bin/droonga-http-server-configure    2014-09-18 19:24:15 +0900 (fe774cc)
@@ -73,7 +73,8 @@ function ensureServiceStopped(callback) {
 
   console.log('The droonga-http-server service is now running.');
   console.log('Before reconfiguration, the service is going to be stopped.');
-  promptly.confirm('Are you sure you want to continue reconfiguration?', function(ok) {
+  promptly.confirm('Are you sure you want to continue reconfiguration?',
+                   function(error, ok) {
     if (!ok)
       return process.exit(false);
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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