Comparing version 1.2.4 to 1.2.5
@@ -61,6 +61,3 @@ #!/usr/bin/env node | ||
} | ||
else if(req.parsedUrl.pathname === config.dir){ | ||
console.log(req.parsedUrl.pathname); | ||
console.log(req.parsedUrl.pathname + 'Here in getlist' + config.url); | ||
else if(req.parsedUrl.pathname == '/getlist'){ | ||
fs.readdir(config.dir, function (err, filenames) { | ||
@@ -67,0 +64,0 @@ if (err) { |
{ | ||
"name": "heapware", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "trigger and export heap-dumps and nodereport ", | ||
@@ -5,0 +5,0 @@ "main": "my-middleware.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33667
119