Skip to content

Commit 7d2c065

Browse files
shigmaulivz
authored andcommitted
fix($core): skip plugin on error (Related to #1371) #1383
1 parent 285b368 commit 7d2c065

File tree

1 file changed

+1
-0
lines changed
  • packages/@vuepress/core/lib/plugin-api

1 file changed

+1
-0
lines changed

packages/@vuepress/core/lib/plugin-api/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ module.exports = class PluginAPI {
8888
plugin = this.normalizePlugin(pluginRaw, pluginOptions)
8989
} catch (e) {
9090
logger.warn(e.message)
91+
return this
9192
}
9293
}
9394

0 commit comments

Comments
 (0)