Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "bigkoa", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -239,3 +239,5 @@ 'use strict' | ||
return self.after().then(function () { | ||
self.res.end(Utils.end() + (self.endTagString || '\n</body>\n</html>')) | ||
if (self.layout) { | ||
self.res.end(Utils.end() + (self.endTagString || '\n</body>\n</html>')) | ||
} | ||
self.done = true | ||
@@ -242,0 +244,0 @@ 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
250965
2911