Skip to content

Commit 711ce4b

Browse files
committed
greatly improve stdout output speed
1 parent 5a833b2 commit 711ce4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/coderay

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ when 'highlight', nil
143143
if output_file
144144
File.open output_file, 'w'
145145
else
146-
$stdout.sync = true
147146
$stdout
148147
end
149148
CodeRay.encode(input, input_lang, output_format, :out => file)

0 commit comments

Comments
 (0)