We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when the stats file is completely empty and you do a test the results are not saved and you get this:
raijq: error: syntax error, unexpected '[', expecting FORMAT or QQSTRING_START (Unix shell quoting issues?) at , line 3: .average.["tests taken"] += 1 | jq: error: syntax error, unexpected ')', expecting $end (Unix shell quoting issues?) at , line 4: .average.wpm = ((.average.wpm * (.average.["test taken"] - 1) + $new_wpm) / .average.["tests taken"]) | jq: 2 compile errors mkdir: : No such file or directory
temporary solution is to add empty {} brackets in stats.json to start with
The text was updated successfully, but these errors were encountered:
btror
No branches or pull requests
when the stats file is completely empty and you do a test the results are not saved and you get this:
temporary solution is to add empty {} brackets in stats.json to start with
The text was updated successfully, but these errors were encountered: