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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Would like a more helpful error message in the case of empty <meta> strings #1714

Closed
CharlesWiltgen opened this issue Jul 12, 2018 · 0 comments 路 Fixed by #2027
Closed

Would like a more helpful error message in the case of empty <meta> strings #1714

CharlesWiltgen opened this issue Jul 12, 2018 · 0 comments 路 Fixed by #2027

Comments

@CharlesWiltgen
Copy link

CharlesWiltgen commented Jul 12, 2018

馃悰 Bug report

I'm a new user, and in the course of migrating a working project to Parcel was confused by an error message for an otherwise-valid tag.

<head>
    <meta name="twitter:image" content="" />
</head>

馃 Expected Behavior

Ideally, Parcel either wouldn't error out on empty strings in <meta> tags, or would emit a more helpful error if Parcel is unable to work with it.

馃槸 Current Behavior

Received error message: "The 'path' argument must be of type string. Received type object"

馃檹Thank you!

hiroppy added a commit to hiroppy/parcel that referenced this issue Sep 18, 2018
DeMoorJasper pushed a commit that referenced this issue Sep 18, 2018
devongovett pushed a commit that referenced this issue Oct 15, 2018
devongovett pushed a commit that referenced this issue Oct 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants