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.
- package/package.json +1 -1
- package/tool/checkjs.js +1 -1
package/package.json
CHANGED
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})`);
|