proxb / PoshRSJob

Provides an alternative to PSjobs with greater performance and less overhead to run commands in the background, freeing up the console and allowing throttling on the jobs.
MIT License
541 stars 87 forks source link

Very minor formatting changes #192

Open codykonior opened 6 years ago

codykonior commented 6 years ago

Changes proposed in this pull request:

Has been tested on (remove any that don't apply):

MVKozlov commented 6 years ago

Stripped BOM headers not supported in PSv2, It fail to detect utf8

codykonior commented 6 years ago

If this were true then the module would not function in the first place, because not every file used a BOM header. Only some files had BOM header and this standardises them.

Second of all the module still executes when run under powershell -version 2.

MVKozlov commented 6 years ago

May be this is becase it really does not contain any non-ascii symbols, so it non-utf ? :)

But contain BOM on accident, so the topic should sound like 'convert unneeded utf to ascii' ?