[Groonga-commit] nroonga/norema [master] Add a missing semicolon

Zurück zum Archiv-Index

null+****@clear***** null+****@clear*****
2012年 8月 9日 (木) 17:05:47 JST


Yoji SHIDARA	2012-08-09 17:05:47 +0900 (Thu, 09 Aug 2012)

  New Revision: 12b5b5f01f6432c641c0419b7510a06ad9de3f82
  https://github.com/nroonga/norema/commit/12b5b5f01f6432c641c0419b7510a06ad9de3f82

  Log:
    Add a missing semicolon

  Modified files:
    lib/server.js

  Modified: lib/server.js (+1 -1)
===================================================================
--- lib/server.js    2012-08-09 17:05:18 +0900 (f4a7e11)
+++ lib/server.js    2012-08-09 17:05:47 +0900 (7983391)
@@ -49,7 +49,7 @@ function search(query, callback) {
   });
 
   request.on('error', function(error) {
-    return callback(error)
+    return callback(error);
   });
 
   request.end();
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Zurück zum Archiv-Index