-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
adamlaska/osmos-cosmos-sdk
#5Labels
contribution welcomeContributions welcomeContributions welcomehas PRHas a related PRHas a related PRtype: enhancementRequest to enhance an existing featureRequest to enhance an existing featuretype: feature requestRequest to add a new featureRequest to add a new feature
Description
- I confirm that this is a issue rather than a question.
Bug report
Version
1.0.0-alpha.36
Steps to reproduce
.vuepress
├─ config.js
├─ theme
├─ index.js
├─ and other files ...
Assuming that an error was encounted in index.js, vuepress will leave a message cannot resolve plugin .../.vuepress/theme. But this behavior is rather strange and may mislead user with an indication that the theme is not found. Also, I think errors in local theme index file should not be simply ignored.
What is expected?
- stop the process like an error was encounted in the
config.js, or - provide a better warning like
an error was encounted in ......
What is actually happening?
cannot resolve plugin .../.vuepress/theme
Other relevant information
- Your OS: N/A
- Node.js version: N/A
- Browser version: N/A
- Is this a global or local install? N/A
- Which package manager did you use for the install? N/A
Metadata
Metadata
Assignees
Labels
contribution welcomeContributions welcomeContributions welcomehas PRHas a related PRHas a related PRtype: enhancementRequest to enhance an existing featureRequest to enhance an existing featuretype: feature requestRequest to add a new featureRequest to add a new feature