File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -429,9 +429,9 @@ function! OmniSharp#Install(...) abort
429
429
let l: http = g: OmniSharp_server_stdio ? ' ' : ' -H'
430
430
let l: version = a: 0 > 0 ? ' -v ' . shellescape (a: 1 ) : ' '
431
431
let l: location = shellescape (OmniSharp#util#ServerDir ())
432
- let l: logfile = OmniSharp#log#GetLogDir () . ' \install.log'
433
432
434
433
if has (' win32' )
434
+ let l: logfile = OmniSharp#log#GetLogDir () . ' \install.log'
435
435
let l: script = shellescape (
436
436
\ s: plugin_root_dir . ' \installer\omnisharp-manager.ps1' )
437
437
let l: version_file_location = l: location . ' \OmniSharpInstall-version.txt'
@@ -440,6 +440,7 @@ function! OmniSharp#Install(...) abort
440
440
\ ' powershell -ExecutionPolicy Bypass -File %s %s -l %s %s' ,
441
441
\ l: script , l: http , l: location , l: version )
442
442
else
443
+ let l: logfile = OmniSharp#log#GetLogDir () . ' /install.log'
443
444
let l: script = shellescape (
444
445
\ s: plugin_root_dir . ' /installer/omnisharp-manager.sh' )
445
446
let l: mono = g: OmniSharp_server_use_mono ? ' -M' : ' '
You can’t perform that action at this time.
0 commit comments