Comparing version
@@ -132,3 +132,5 @@ /* vim: set expandtab tabstop=2 shiftwidth=2 foldmethod=marker: */ | ||
_options.filters.forEach(function (fn, i) { | ||
row[i] = fn(row[i]); | ||
if (fn) { | ||
row[i] = fn(row[i]); | ||
} | ||
}); | ||
@@ -135,0 +137,0 @@ |
{ | ||
"name": "filesplit", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": "Aleafs Zhang (zhangxc83@gmail.com)", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
13311
0.23%232
0.87%