Skip to content

Commit 2c227d5

Browse files
committed
Make highlights less talkative
1 parent e0bd456 commit 2c227d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highlights/highlight-filename-from-stdin.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ stdin.on 'data', (input) ->
1515
name = input.trim()
1616
process.exit() if name == 'exit'
1717
file_to_hl = path.resolve(name)
18-
console.error "Highlights is reading #{file_to_hl}"
18+
process.stderr.write('HL')
1919
foo = ->
2020
fs.readFileSync file_to_hl, 'utf8'
2121

0 commit comments

Comments
 (0)