better-scanner
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -12,4 +12,4 @@ var cpp = require('child-process-parser'); | ||
var path = line.slice(space+3); | ||
process(inode, isDir, path) | ||
process(path, inode, isDir) | ||
}, cb || function(){}) | ||
} |
{ | ||
"name": "better-scanner", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Fast way to scan a directory and get all of the inodes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |