mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
Fix #776 - Do not add ; echo for Windows for Flow
This commit is contained in:
@@ -97,5 +97,5 @@ call ale#linter#Define('javascript', {
|
||||
\ {'callback': 'ale_linters#javascript#flow#GetCommand'},
|
||||
\ ],
|
||||
\ 'callback': 'ale_linters#javascript#flow#Handle',
|
||||
\ 'add_newline': 1,
|
||||
\ 'add_newline': !has('win32'),
|
||||
\})
|
||||
|
||||
Reference in New Issue
Block a user