Comparing version 0.0.19 to 0.0.20
@@ -18,3 +18,3 @@ "use strict"; | ||
if (typeof path !== "string" || !(match = path.match(NORMALIZE_PATH_REGEXP))) { | ||
throw new InvalidPathError("Invalid path string"); | ||
throw new InvalidPathError("Invalid path string " + path); | ||
} | ||
@@ -21,0 +21,0 @@ return match[1]; |
{ | ||
"name": "steersman", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "Lightweight JS router for browsers & node", | ||
@@ -5,0 +5,0 @@ "main": "lib/Router.js", |
Sorry, the diff of this file is not supported yet
97629