[add]添加cordova完整性检验

This commit is contained in:
林文杰
2020-12-31 16:38:20 +08:00
commit 0ea70324cb
21 changed files with 1259 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
module.exports = function (msg, exception) {
process.stdout.write('\n[完整性检验] ERROR! ' + msg + '\n');
throw new Error(exception);
};