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

Bugfixes and added log messages #3

Closed
wants to merge 2 commits into from
Closed

Conversation

Orasund
Copy link

@Orasund Orasund commented Feb 14, 2019

I've found the problem explained in #2.
Javascript is trying to match a \n newline and apparently my files are formatted differently. I used https://regex101.com/ to test the pattern and there it can find the match. So the fix I propose is to just ignore the \n part - there is no real reason why it is needed.
With this fix my examples work now.

@gampleman
Copy link
Owner

Sorry, I've massively refactored the whole codebase, so not sure this still applies? I'll close it and we can re-open if you still think this is applicable.

@gampleman gampleman closed this Jun 25, 2020
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

Successfully merging this pull request may close these issues.

2 participants