blob: 638dd873c1026d8f9f23fb996dcf792fe618b4c4 (
plain)
1
2
3
4
5
6
7
8
|
Before:
call ale#assert#SetUpLinterTest('javascript', 'tsserver')
After:
call ale#assert#TearDownLinterTest()
Execute(The default command should be correct):
AssertLinter 'tsserver', ale#Escape('tsserver')
|