Skip to content

Commit 8c758bc

Browse files
committed
ignore plugin install check
1 parent 13fe724 commit 8c758bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/global.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ function createClass (name) {
8383
*/
8484

8585
exports.use = function (plugin) {
86+
/* istanbul ignore if */
8687
if (plugin.installed) {
8788
return
8889
}

0 commit comments

Comments
 (0)