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 () {
|
||||
return this.opts && this.opts.options && this.opts.options.verbose ||
|
||||
typeof this.cmdLine === 'string' && this.cmdLine.indexOf(' -verbose') > -1;
|
||||
};
|
||||
Reference in New Issue
Block a user