jpsider / RestPS

Simple ReST Framework for Powershell
MIT License
112 stars 30 forks source link

Invoke-DeployRestPS -LocalDir 'C:\RestPS' issue #43

Closed chengerchao closed 4 years ago

chengerchao commented 4 years ago

Hi:

i deploy RestPS follow https://github.com/jpsider/RestPS. when i run Invoke-DeployRestPS -LocalDir 'C:\RestPS' issue . it says Parameter cannot be empty。Detail information as follows:

Invoke-DeployRestPS: 无法将参数绑定到参数“Logfile”,因为该参数为空字符串。 所在位置 C:\Program Files\WindowsPowerShell\Modules\RestPS\7.0.22\RestPS.psm1:454 字符: 9

Thanks. @jpsider @mikefrobbins

jpsider commented 4 years ago

You should be good now. I neglected to add some parameters last week when I added basic logging to the module. let me know i the problem persists.