Laurent Granié
Results
1
comments of
Laurent Granié
I modify GroovyLanguageServer.main and add a constructor : ``` public static void main(String[] args) { InputStream systemIn = System.in; OutputStream systemOut = System.out; // redirect System.out to System.err because we...