Comparing version 0.1.14 to 0.1.15
{ | ||
"name": "bigkoa", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -210,5 +210,3 @@ 'use strict' | ||
this.ctx.render(tpl, data, function (err, html) { | ||
if (err) { | ||
return Utils.log(err) | ||
} | ||
err && Utils.log(err) | ||
// let html = str + Utils.ready(this.debug) | ||
@@ -215,0 +213,0 @@ // 在pipeline模式下会直接写layout到浏览器 |
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
253919
3023