Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make highlights less talkative
  • Loading branch information
samcv committed Dec 19, 2016
1 parent e0bd456 commit 2c227d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion highlights/highlight-filename-from-stdin.coffee
Expand Up @@ -15,7 +15,7 @@ stdin.on 'data', (input) ->
name = input.trim()
process.exit() if name == 'exit'
file_to_hl = path.resolve(name)
console.error "Highlights is reading #{file_to_hl}"
process.stderr.write('HL')
foo = ->
fs.readFileSync file_to_hl, 'utf8'

Expand Down

0 comments on commit 2c227d5

Please sign in to comment.