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
I have found the issue that on windows (with WSL) where lines are typically terminated with CRLF, the parsing of the config file fails. The error message is Syntax error: ... in the console that does not sound very straight forward.
My suggestion is to replace all CR chars by LF. That way, you cope as well with iOS line encoding (only CR, no LF).
Under Windows this is causing a LFLF. Those are two lines, one line completely empty and thus ignored.
Unfortunately, I am no Perl developer, so I cannot help much.
I have found the issue that on windows (with WSL) where lines are typically terminated with CRLF, the parsing of the config file fails. The error message is
Syntax error: ...
in the console that does not sound very straight forward.My suggestion is to replace all CR chars by LF. That way, you cope as well with iOS line encoding (only CR, no LF).
Under Windows this is causing a LFLF. Those are two lines, one line completely empty and thus ignored.
Unfortunately, I am no Perl developer, so I cannot help much.
This might be one issue on the agenda for #370.
The text was updated successfully, but these errors were encountered: