update logging

This commit is contained in:
2021-10-25 11:44:03 -04:00
parent e0939a4273
commit 56413da7cf
+1 -1
View File
@@ -9,4 +9,4 @@ If ( Test-Path $APP_PATH ) {
Try { Remove-Item $APP_PATH -Recurse -Force }
Catch { LogErr $_.Exception.Message }
}
} Else { LogMsg "The path specified does not exist: ${APP_PATH}" }