Too_Young
Results
1
issues of
Too_Young
This is my code : `PowerShell.openSession().executeCommandAndChain("Get-SmbOpenFile",(rep -> System.out.println(rep.getCommandOutput()))).close();` and I'm getting below error: ` 'com.profesorfalken.jpowershell.PowerShellResponseHandler' is not public in 'com.profesorfalken.jpowershell'. Cannot be accessed from outside package` is this a bug...