Comparing version 0.1.0 to 0.1.1
@@ -134,3 +134,8 @@ var http = require("http"); | ||
*/ | ||
toolsConf && toolsConf.weinre && injectWeinre(realPath, ext, res, toolsConf.weinre); | ||
if (toolsConf && toolsConf.weinre) { | ||
var injectStatus = injectWeinre(realPath, ext, res, toolsConf.weinre); | ||
if (injectStatus) { | ||
return; | ||
} | ||
} | ||
@@ -137,0 +142,0 @@ if (req.headers[ifModifiedSince] && lastModified === req.headers[ifModifiedSince]) { |
@@ -35,3 +35,3 @@ { | ||
"scripts": {}, | ||
"version": "0.1.0" | ||
"version": "0.1.1" | ||
} |
@@ -12,4 +12,4 @@ var getIP = require("./getIP"); | ||
res.end(); | ||
return; | ||
return true; | ||
} | ||
} |
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
26575
534