You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functioneventNotExists(){if [[ "$FUNCTION_RESULT_TRUE"=""]];thenexit 100
fi
}
Outcome:
First error:
Multiple markers at this line
- This curly brace is not closed. So function 'eventNotExists' is not valid.
- It seems this opening bracket is missing a closing one.
Second error:
This 'if' statement is not correct closed. A 'fi' is missing
Wanted
No error shall be mentioned...
Solution
Fix parser bug
The text was updated successfully, but these errors were encountered:
Situation
Outcome:
First error:
Second error:
Wanted
No error shall be mentioned...
Solution
Fix parser bug
The text was updated successfully, but these errors were encountered: