mirror of
https://github.com/dense-analysis/ale.git
synced 2026-09-07 15:27:00 +08:00
Fix a fixer test on Windows
This commit is contained in:
@@ -156,7 +156,7 @@ Before:
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! JSONPostProcessor(buffer, output) abort
|
function! JSONPostProcessor(buffer, output) abort
|
||||||
return json_decode(a:output[0]).output
|
return json_decode(join(split(a:output[0]))).output
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
After:
|
After:
|
||||||
|
|||||||
Reference in New Issue
Block a user