Skip to content

Commit

Permalink
fix($core): skip plugin on error (Related to #1371) #1383
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma authored and ulivz committed Mar 2, 2019
1 parent 285b368 commit 7d2c065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@vuepress/core/lib/plugin-api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ module.exports = class PluginAPI {
plugin = this.normalizePlugin(pluginRaw, pluginOptions)
} catch (e) {
logger.warn(e.message)
return this
}
}

Expand Down

0 comments on commit 7d2c065

Please sign in to comment.