mirror of
https://github.com/en-lwj/cordova-plugin-cescit-integrity.git
synced 2026-04-17 00:04:16 +08:00
[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