Cease deleting stale port files
The Leiningen 2 prereleases liked to leave stale port files behind, but this is fixed in the final release.
This commit is contained in:
parent
77444275fd
commit
55255578bb
@ -1164,7 +1164,6 @@ function! s:leiningen_connect()
|
||||
try
|
||||
call s:register_connection(nrepl#fireplace_connection#open(port), b:leiningen_root)
|
||||
catch /^nREPL Connection Error:/
|
||||
call delete(portfile)
|
||||
endtry
|
||||
endif
|
||||
endfunction
|
||||
|
Loading…
Reference in New Issue
Block a user