jemiryguo

Results 1 comments of jemiryguo

I fix this by modify the code in JabRefHost.ps1 line 39 and 40 into this: ``` $output = & $jabRefExe -importToOpen $tempfile *>$null Remove-Item $tempfile *>$null ``` Drop all output...