Fix stack trace parsing with one-off runner
This commit is contained in:
parent
fd8d623b7b
commit
123bea5850
@ -253,7 +253,7 @@ augroup END
|
||||
let s:oneoff = {}
|
||||
|
||||
function! s:oneoff.path() dict abort
|
||||
return classpath#split(classpath#from_vim(self.classpath))
|
||||
return classpath#split(self.classpath)
|
||||
endfunction
|
||||
|
||||
let s:oneoff_pr = tempname()
|
||||
|
Loading…
Reference in New Issue
Block a user