Skip to content

Commit

Permalink
Merge pull request #177 from leojonathanoh/docs/print-short-message-o…
Browse files Browse the repository at this point in the history
…n-errors-about-checking-faq-in-readme.md

Docs: Print short message on errors about checking FAQ in `README.md`
  • Loading branch information
leojonathanoh committed Nov 20, 2023
2 parents 49cdd73 + 8b38005 commit 717cfcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ConvertOneNote2MarkDown-v2.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1448,6 +1448,8 @@ Function Convert-OneNote2MarkDown {
}else {
Write-Error -Message $_.Exception.Message
Write-Error -Message $_.ScriptStackTrace
"If you're seeing errors on the first run, check the FAQ in README.md to resolve them: " | Write-Host -ForegroundColor Yellow
" https://github.com/theohbrothers/ConvertOneNote2MarkDown#faq" | Write-Host -ForegroundColor Yellow
}
}finally {
'Cleaning up...' | Write-Host -ForegroundColor Cyan
Expand Down

0 comments on commit 717cfcf

Please sign in to comment.