Hello - I'm using Atom 1.9.1 and have gotten this below error while using aligner. I double checked that I'm using the latest aligner package (0.22.0)
Thanks!
TextEditor.prototype.displayBuffer has always been private, but now
it is gone. Reading the displayBuffer property now returns a reference
to the containing TextEditor, which now provides some of the API of
the defunct DisplayBuffer class.
Hello - I'm using Atom 1.9.1 and have gotten this below error while using aligner. I double checked that I'm using the latest aligner package (0.22.0)
Thanks!
TextEditor.prototype.displayBuffer
has always been private, but now it is gone. Reading thedisplayBuffer
property now returns a reference to the containingTextEditor
, which now provides some of the API of the defunctDisplayBuffer
class.