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 Aug 7, 2023. It is now read-only.
I get the following error when opening and editing a file:
Error: Missing html/text field on Linter Response
at /Users/rodi/.atom/packages/linter/lib/validate.coffee:39:19
at Array.forEach (native)
at Object.module.exports.Validate.messages (/Users/rodi/.atom/packages/linter/lib/validate.coffee:26:14)
at MessageRegistry.set (/Users/rodi/.atom/packages/linter/lib/message-registry.js:36:16)
at /Users/rodi/.atom/packages/linter/lib/linter.coffee:37:17
at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:125:28)
at /Users/rodi/.atom/packages/linter/lib/linter-registry.js:66:26
The text was updated successfully, but these errors were encountered:
Apparently I broke this using an ES6 syntax that apparently works in some places in Coffescript... but doesn't in others. I'm getting specs working, then I'll just be converting this package to ES6 so it's usable source code...
v1.4.0 is out fixing this, and automatically installing Linter if it isn't already, now back to getting specs working so stuff like this doesn't get released 😛.
I get the following error when opening and editing a file:
The text was updated successfully, but these errors were encountered: