webdav-tulip-2
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "webdav-tulip-2", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "WebDAV client for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "source/index.js", |
@@ -63,2 +63,3 @@ var xml2js = require("xml2js"), | ||
dirPath = dirPath || "/"; | ||
console.log('getDirectoryContents MODULE: ', dirPath); | ||
options = deepmerge({ headers: {} }, options || {}); | ||
@@ -65,0 +66,0 @@ var fetchURL = url + dirPath; |
66408
1149