You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NuProcessBuilder has setCwd, but after it is set, it is not possible to retrieve that value anymore.
A use case would be to print the contents of the NuProcessBuilder for diagnostic reasons.
Therefore I propose to add a getCwd method to NuProcessBuilder.
The text was updated successfully, but these errors were encountered:
NuProcessBuilder
hassetCwd
, but after it is set, it is not possible to retrieve that value anymore.A use case would be to print the contents of the
NuProcessBuilder
for diagnostic reasons.Therefore I propose to add a
getCwd
method toNuProcessBuilder
.The text was updated successfully, but these errors were encountered: