[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 () {
return this.opts && this.opts.options && this.opts.options.verbose ||
typeof this.cmdLine === 'string' && this.cmdLine.indexOf(' -verbose') > -1;
};