forked from github/cordova-plugin-cescit-integrity
[add]添加cordova完整性检验
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
module.exports = function (msg, exception) {
|
||||
process.stdout.write('\n[完整性检验] ERROR! ' + msg + '\n');
|
||||
throw new Error(exception);
|
||||
};
|
||||
Reference in New Issue
Block a user