@yk000/watch-myapp
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@yk000/watch-myapp", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "个人的编译小工具", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -94,2 +94,3 @@ 'use strict'; | ||
let type = tool.regTool(fileName) | ||
childProcess.exec(tool.formatCmd(fileName, type), { cwd: dirName }, (err, stdout) => { | ||
@@ -104,3 +105,2 @@ if (err) { | ||
if (err) { | ||
console.error("\n文件: " + path + "编译出错!!!"); | ||
console.error(err.toString() + "\n") | ||
@@ -107,0 +107,0 @@ } else { |
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
10678
270