-
Notifications
You must be signed in to change notification settings - Fork 22
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
JQ fromdate error gets cut off in page editor #3216
Comments
It is JQ library that cuts the error message. {
message: "%SZ\"",
stack: "jq: error (at <stdin>:0): date \"\" does not match format \"%Y-%m-%dT%H:%M:%SZ\"\n"
} We probably can:
|
@BALEHOK Thanks for investigating. Can you open an issue with the jq-web project? For our purposes, I think it'd be good to use a regex to match |
Opened the issue with |
Co-authored-by: Todd Schiller <[email protected]>
Steps to reproduce
"" | fromdate
does not match format "%Y-%m-%dT%H:%M:%SZ"
%SZ"
It looks like it also gets cut off in the console log of the error
Depending on what the problem is/how hard it is to fix, we can determine prioritization
The text was updated successfully, but these errors were encountered: