Closed hultberg closed 6 years ago
Fixes #214
The previous method used to create a new empty text buffer stopped working with atom 1.19.0. This changes the calls to simply use atom.workspace.open(). As documented, it will create a new TextBuffer if called without arguments.
atom.workspace.open()
Fixes #214
The previous method used to create a new empty text buffer stopped working with atom 1.19.0. This changes the calls to simply use
atom.workspace.open()
. As documented, it will create a new TextBuffer if called without arguments.