spjeff / spbestwarmup

Tired of waiting for SharePoint pages to load? Want something easy to support? That works on all versions? This warmup script is for you!
2 stars 0 forks source link

Console output bug #35

Closed drullo closed 1 year ago

drullo commented 1 year ago

In NavigateTo, line 502 calls WriteLog with a -NoNewline switch, but WriteLog doesn't support this switch. So the output (error codes) are displayed on the next line instead of next to the URL that they are associated with. In my environment, I resolved this by changing this line to a Write-Host instead of WriteLog since it's not changing colors.

spjeff commented 1 year ago

Excellent ideas Dan. Thank you. Updated with https://github.com/spjeff/spbestwarmup/commit/c40298d3f3436d6d061c66c9267944aa266242f8