Improve error handling

* Simplify regex and fix unconverted characters.
* Also use Start-BitsTransfer for cmdline downloads (Closes #56).
* Also remove -DisableProgress now that we use Start-BitsTransfer.
This commit is contained in:
Pete Batard
2023-02-06 01:22:02 +00:00
parent 4b24ae5795
commit 10acbf9f84
3 changed files with 34 additions and 41 deletions

View File

@@ -2,7 +2,8 @@
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
# Must use a BOM else Unicode strings will not display
charset = utf-8-bom
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true