crabatool 1.0.116 → 1.0.117

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tool/checkjs.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crabatool",
3
- "version": "1.0.116",
3
+ "version": "1.0.117",
4
4
  "description": "crabatool",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/tool/checkjs.js CHANGED
@@ -209,7 +209,7 @@ module.exports.start = async function() {
209
209
  list0.push(fileName);
210
210
  }
211
211
 
212
- webhookList.push(`1. 语法异常文件清单随机5个 \r\n${list0.join(' \r\n')}`);
212
+ webhookList.push(`1. 语法异常文件清单随机5个 \r\n${list0.join('; \r\n')}`);
213
213
  var reportUrl1 = getReportUrl(id, 2);
214
214
  if (reportUrl1) {
215
215
  webhookList.push(`[更多异常...](${reportUrl1})`);