webdav-tulip-2
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "webdav-tulip-2", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "WebDAV client for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "source/index.js", |
@@ -64,2 +64,3 @@ var path = require("path"); | ||
.length; | ||
console.log(dirPath); | ||
dirPath = decodeURIComponent(dirPath); | ||
@@ -66,0 +67,0 @@ var filename = processDirectoryResultFilename( |
66345
1148