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
At events.js:177
Error: Unencoded <
Line: 1
Column: 1
Char: <
at error (/packages/linter-autocomplete-jing/node_modules/sax/lib/sax.js:651:10)
at strictFail (/packages/linter-autocomplete-jing/node_modules/sax/lib/sax.js:677:7)
at SAXParser.write (/packages/linter-autocomplete-jing/node_modules/sax/lib/sax.js:1080:13)
at SAXStream.write (/packages/linter-autocomplete-jing/node_modules/sax/lib/sax.js:239:18)
at ReadableString.ondata (_stream_readable.js:713:22)
at ReadableString.emit (events.js:200:13)
at ReadableString.Readable.read (_stream_readable.js:508:10)
at flow (_stream_readable.js:977:34)
at resume_ (_stream_readable.js:958:3)
at processTicksAndRejections (internal/process/task_queues.js:84:9)
The error must be caused by a different package since the call stack includes the SAXStream from sax-js which we don't use. The fact that the error is thrown from the sax-js dependency of the linter-autocomplete-jing package is probably due to dependency deduplication in Atom.
[Enter steps to reproduce:]
Atom: 1.52.0 x64
Electron: 6.1.12
OS: Unknown Windows version
Thrown From: linter-autocomplete-jing package 0.8.4
Stack Trace
Uncaught Error: Unencoded <
Line: 1
Column: 1
Char: <
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: