-
Notifications
You must be signed in to change notification settings - Fork 10
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
got an assertion error on chan removed 'whatever'
#70
Comments
Hi @slashformotion sorry for the delay. Could you run the commands with the |
I do have the same error message when running
I did run a bit through the
This results in chan/packages/remark-chan/src/index.js Lines 73 to 96 in a1e1fac
The pattern does match, but the block only handle
This then triggers the assertion in In my case, two link reference were missing at the bottom (1.8.1 and 1.8.2):
Adding them fixed the error. The sample above seems to miss the reference for I would appreciate it if chan could fix that automatically, if that is possible. It is a really nice tool I use fairly regularly. Thanks a lot! |
Every time i run a chan command (fixed, added, whatever) i get this error:
here is my CHANGELOG.md
looks like it comes from here:
chan/packages/chast/src/index.js
Line 27 in 4071fe4
I tried to understand what is going on but I don't know javascript, so...yeah..i'm stuck on this one
The text was updated successfully, but these errors were encountered: