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
position.js is created on the fly, parsing index.html for the regions/positions used
the parse is done on lines created with split(os.EOL) ..oops file has linux line ends, won't be parsed on lins with os.EOL (\r\n on windows)
The text was updated successfully, but these errors were encountered:
fix MagicMirrorOrg#3662 line parse on windows with linux line ends
4c62510
fix #3662 line parse on windows with linux line ends (#3663)
93a0c24
line parse used os.EOL, which failed with linux line ends in index.html, change to '\n'
sdetweil
No branches or pull requests
position.js is created on the fly, parsing index.html for the regions/positions used
the parse is done on lines created with split(os.EOL) ..oops file has linux line ends, won't be parsed on lins with os.EOL (\r\n on windows)
The text was updated successfully, but these errors were encountered: