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
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Hi, just saw this go live. Hope this is the right place for feedback.
It seems that this tool doesn't support CRLF line endings. It throws a JSON parsing error.
VM2150:7 Uncaught SyntaxError: Unexpected token [ in JSON at position 65
at JSON.parse (<anonymous>)
at be (app.695a9541.js:formatted:26621)
at app.695a9541.js:formatted:26603
at Array.forEach (<anonymous>)
at pe (app.695a9541.js:formatted:26602)
at h.updateLog (app.695a9541.js:formatted:26692)
at chunk-vendors.a8885d66.js:12
at chunk-vendors.a8885d66.js:12
at Array.forEach (<anonymous>)
at chunk-vendors.a8885d66.js:12
From @tboby on June 25, 2018 15:36
Hi, just saw this go live. Hope this is the right place for feedback.
It seems that this tool doesn't support CRLF line endings. It throws a JSON parsing error.
Same file, different line endings:
crlf.log
lf.log
Copied from original issue: octref/lsp-inspector#11
The text was updated successfully, but these errors were encountered: