update logging
This commit is contained in:
@@ -9,4 +9,4 @@ If ( Test-Path $APP_PATH ) {
|
|||||||
Try { Remove-Item $APP_PATH -Recurse -Force }
|
Try { Remove-Item $APP_PATH -Recurse -Force }
|
||||||
Catch { LogErr $_.Exception.Message }
|
Catch { LogErr $_.Exception.Message }
|
||||||
|
|
||||||
}
|
} Else { LogMsg "The path specified does not exist: ${APP_PATH}" }
|
||||||
Reference in New Issue
Block a user