[Groonga-commit] nroonga/nroonga-httpd [master] add missing semicolon

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 22日 (木) 10:48:12 JST


Yoji SHIDARA	2012-03-22 10:48:12 +0900 (Thu, 22 Mar 2012)

  New Revision: 78791667c303cc96692967f08b01dfa8f7750483

  Log:
    add missing semicolon

  Modified files:
    bin/nroonga-httpd

  Modified: bin/nroonga-httpd (+1 -1)
===================================================================
--- bin/nroonga-httpd    2012-03-22 10:47:21 +0900 (117b283)
+++ bin/nroonga-httpd    2012-03-22 10:48:12 +0900 (635527d)
@@ -1,5 +1,5 @@
 #!/usr/bin/env node
 
-require('coffee-script')
+require('coffee-script');
 
 require(__dirname + '/../lib/command.coffee').run();




Groonga-commit メーリングリストの案内
Back to archive index