Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load error references wrong file #176

Open
fienen opened this issue Feb 13, 2019 · 0 comments
Open

Load error references wrong file #176

fienen opened this issue Feb 13, 2019 · 0 comments

Comments

@fienen
Copy link

fienen commented Feb 13, 2019

Tell us about the issue you are experiencing

Started having problems with the system loading files. Was getting confused by errors referring to "html.md," even though the system generates a file that's "markup.html." As it turns out the, file name is just hardcoded into the error that gets thrown and needs updated. My guess is, at some point, the name of the file in use changed.

Relevant line:

_this.logError('HTML file for <strong>' + component.name + '</strong> component failed to load from <code>' + component_path + '/html.md</code>');

What behaviour would you expect?

Should say "markup.html" instead.

How can this issue be replicated?

When a component fails to load its markup file.

Screenshots / Screencast

annotation 2019-02-12 195215

Your environment

Platform: WPEngine
OS Version: Some flavor of Linux, not sure
Node Version: 8.12
NPM Version: 6.4.1
Astrum Version: 1.9.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant