+1
-1
@@ -12,3 +12,3 @@ { | ||
| ], | ||
| "version": "0.0.4", | ||
| "version": "0.0.5", | ||
| "homepage": "https://github.com/openlg/scan-fs", | ||
@@ -15,0 +15,0 @@ "authors": [ |
+2
-2
@@ -65,6 +65,6 @@ /** | ||
| if(parent){ | ||
| //if(parent){ | ||
| me.dirCount ++ ; | ||
| me.emit('directory', path, eOpts); | ||
| } | ||
| //} | ||
| if(me.__recursive || parent === undefined){ | ||
@@ -71,0 +71,0 @@ me.__pending++; |
+1
-1
@@ -10,3 +10,3 @@ #!/usr/bin/env node | ||
| */ | ||
| var scanFS = require('scan-fs' ).create() | ||
| var scanFS = require('./scan-fs' ).create() | ||
| , scanPath = process.argv.slice(2); | ||
@@ -13,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
8453
-0.91%4
-20%