Skip to content

Commit a43695f

Browse files
authored
Fix freeze if line length >= 1024 (#58)
1 parent f219c66 commit a43695f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blacken.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Return black process the exit code."
9595
:command `(,blacken-executable ,@(blacken-call-args))
9696
:buffer output-buffer
9797
:stderr error-buffer
98+
:connection-type 'pipe
9899
:noquery t
99100
:sentinel (lambda (process event)))))
100101
(set-process-query-on-exit-flag (get-buffer-process error-buffer) nil)

0 commit comments

Comments
 (0)