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

Fix an issue where the timer would not work if [] was present #16

Merged
merged 1 commit into from
Jan 7, 2022

Conversation

seachicken
Copy link
Owner

Fixes #15

@@ -118,11 +118,13 @@ export default class Core {
if (found) {
const syntax = found[2];
if (syntax.trim().length === 0) {
lineNumber++;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix the problem of shifting line numbers as well.

@seachicken seachicken marked this pull request as ready for review January 7, 2022 13:21
@seachicken seachicken merged commit 2448f69 into master Jan 7, 2022
@seachicken seachicken deleted the issue15 branch January 7, 2022 13:21
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.

Timer is not working
1 participant