fis-command-release
Advanced tools
Comparing version 0.4.0 to 0.4.2
{ | ||
"name" : "fis-command-release", | ||
"description" : "fis release command.", | ||
"version" : "0.4.0", | ||
"version" : "0.4.2", | ||
"author" : "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage" : "http://fis.baidu.com/", |
@@ -124,4 +124,6 @@ /* | ||
//configure log | ||
fis.log.level = options.debug ? fis.log.L_ALL : fis.log.level; | ||
fis.log.throw = true; | ||
if(options.debug){ | ||
fis.log.level = fis.log.L_ALL; | ||
fis.log.throw = true; | ||
} | ||
@@ -128,0 +130,0 @@ //compile setup |
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
226
11095
8