Skip to content

Commit 448eafc

Browse files
zwiliaslydell
andauthored
Update comment to reference terminal escapes as an example
Seems like we're getting closer to a final colour for the bikeshed. Co-authored-by: Simon Lydell <simon.lydell@gmail.com>
1 parent df36023 commit 448eafc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Supervisor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ function run(
207207
// those characters, rather than crashing. In an attempt to
208208
// retain useful information in the output, we try and output a
209209
// hex-encoded unicode codepoint for the invalid character. For
210-
// example, a backspace (`\u{0008}` in Elm) will be output as a
211-
// literal `\u{0008}`.
210+
// example, the start of a terminal escape (`\u{001B}` in Elm) will be output as a
211+
// literal `\u{001B}`.
212212
var invalidCharReplacement = function (char) {
213213
return (
214214
'\\u{' +

0 commit comments

Comments
 (0)