[Groonga-commit] groonga/gcs [master] Fix collision of the variable name "path"

Zurück zum Archiv-Index

null+****@clear***** null+****@clear*****
2012年 8月 9日 (木) 15:25:25 JST


SHIMODA Hiroshi	2012-08-09 15:25:25 +0900 (Thu, 09 Aug 2012)

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

  Log:
    Fix collision of the variable name "path"

  Modified files:
    lib/command-line.js

  Modified: lib/command-line.js (+2 -2)
===================================================================
--- lib/command-line.js    2012-08-09 15:06:27 +0900 (241e135)
+++ lib/command-line.js    2012-08-09 15:25:25 +0900 (1b21f2b)
@@ -88,8 +88,8 @@ CommandLineInterface.prototype = {
 };
 exports.CommandLineInterface = CommandLineInterface;
 
-CommandLineInterface.resolve = function(path) {
-  return path.resolve(process.cwd(), path);
+CommandLineInterface.resolve = function(possibleRelativePath) {
+  return path.resolve(process.cwd(), possibleRelativePath);
 };
 
 exports.Domain = CommandLineInterface.Domain = Domain;
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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