Commit e9ef161
committed
Allow build output to be received as strings or bytes
Sublime Text 3 r3153 changed the ExecCommand base class to return data as
decoded strings, rather than bytes that need to be decoded. In order to support
both old and new versions of Sublime Text 3, we must support both of these
APIs.
Longer-term, it's probably a good idea to move away from an ExecCommand
subclass.1 parent a61a582 commit e9ef161
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments