[Groonga-commit] droonga/droonga-http-server at 2040bb7 [master] Raise NotInstalledAsServiceError correctly

Zurück zum Archiv-Index

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


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

  New Revision: 2040bb76a0c214f71fec44a6cc7ff986bb27c50c
  https://github.com/droonga/droonga-http-server/commit/2040bb76a0c214f71fec44a6cc7ff986bb27c50c

  Message:
    Raise NotInstalledAsServiceError correctly

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

  Modified: bin/droonga-http-server-configure (+1 -1)
===================================================================
--- bin/droonga-http-server-configure    2014-09-29 13:33:24 +0900 (f542f1a)
+++ bin/droonga-http-server-configure    2014-09-29 13:33:36 +0900 (42e2792)
@@ -25,7 +25,7 @@ var installedAsService = false;
 var running            = false;
 
 function NotInstalledAsServiceError() {
-  return new Error(this.prototype.message);
+  return new Error(NotInstalledAsServiceError.prototype.message);
 }
 NotInstalledAsServiceError.prototype = {
   message: 'not installed as a service'
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index