A line like '=value' would result in envVars[""] = "value", producing an invalid environment entry for the child process. Return an error instead when the key is empty. |
||
|---|---|---|
| .. | ||
| manager.go | ||
| manager_test.go | ||
A line like '=value' would result in envVars[""] = "value", producing an invalid environment entry for the child process. Return an error instead when the key is empty. |
||
|---|---|---|
| .. | ||
| manager.go | ||
| manager_test.go | ||