[Groonga-commit] groonga/gcs [master] Fix syntax error

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Oct 17 18:40:18 JST 2012


YUKI Hiroshi	2012-10-17 18:40:18 +0900 (Wed, 17 Oct 2012)

  New Revision: a621cd606188cdcd02e929942fb73a915e3eba0a
  https://github.com/groonga/gcs/commit/a621cd606188cdcd02e929942fb73a915e3eba0a

  Log:
    Fix syntax error

  Modified files:
    bin/gcs-post-sdf

  Modified: bin/gcs-post-sdf (+1 -1)
===================================================================
--- bin/gcs-post-sdf    2012-10-17 18:35:57 +0900 (23aec9c)
+++ bin/gcs-post-sdf    2012-10-17 18:40:18 +0900 (7d4b670)
@@ -71,6 +71,6 @@ client.assertDomainExists(function() {
     );
   } catch(error) {
     client.raiseFatalError('Fatal error!\n' +
-                           console.log(error.message + '\n' + error.stack);
+                           error.message + '\n' + error.stack);
   }
 });
-------------- next part --------------
HTML����������������������������...
Download 



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