stream-log-stats
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -35,3 +35,3 @@ "use strict"; | ||
} | ||
var type = path.extname(url); | ||
var type = path.extname(url) || "<none>"; | ||
if (stats.type[type]){ | ||
@@ -38,0 +38,0 @@ stats.type[type].requests++; |
{ | ||
"name": "stream-log-stats", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/75lb/stream-log-stats.git", |
6610
10
122