Closed bsutton closed 4 years ago
call Runproces.start will result in an exception is an environment variable has been set to null.
As such we should either set the value to an empty string or clear the variable. I'm inclined to clear the variable out.
setEnv now removes an environment var if a null value is passed.
call Runproces.start will result in an exception is an environment variable has been set to null.
As such we should either set the value to an empty string or clear the variable. I'm inclined to clear the variable out.