forked from ThomasWeiser/Elm.tmLanguage
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly display build errors on ST3 <r3153
As of r3153, Sublime Text's built-in ExecCommand sends strings to on_data, and as a string must be sent to on_finished with the formatted build output. If we're on an older version of Sublime Text, therefore, we need to keep track of whether we have received strings or bytes and send the right data format to on_finished.
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
New in Elm Language Support 0.22.3 (Mar 30, 2018) | ||
|
||
- Fix: Properly display build errors on Sublime Text 3 releases prior to r3153. |