[Groonga-commit] droonga/droonga-http-server at 4cddc03 [master] Rearrange modules alphabetically

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 18 16:48:43 JST 2014


YUKI Hiroshi	2014-09-18 16:48:43 +0900 (Thu, 18 Sep 2014)

  New Revision: 4cddc032e5ac9d269003d4e613eaf671ef51714d
  https://github.com/droonga/droonga-http-server/commit/4cddc032e5ac9d269003d4e613eaf671ef51714d

  Message:
    Rearrange modules alphabetically

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

  Modified: bin/droonga-http-server-stop (+3 -3)
===================================================================
--- bin/droonga-http-server-stop    2014-09-18 16:33:52 +0900 (ba7ca17)
+++ bin/droonga-http-server-stop    2014-09-18 16:48:43 +0900 (663cb4d)
@@ -1,9 +1,9 @@
 #!/usr/bin/env node
 // -*- js -*-
 
-var fs   = require('fs'),
-    path = require('path'),
-    exec = require('child_process').exec;
+var exec = require('child_process').exec,
+    fs   = require('fs'),
+    path = require('path');
 
 exec('droonga-http-server-status', function(error, stdout, stderr) {
   if (error) {
-------------- next part --------------
HTML����������������������������...
Download 



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