Skip to content

Wrap Linux filepath in quotes so spaces aren't seen as arguments

Compare
Choose a tag to compare
@TheJaredWilcurt TheJaredWilcurt released this 15 Jun 13:29
· 19 commits to main since this release
e0b9ab2

Breaking Changes:

  • NONE! Your code should work exactly the same without changing anything.

Enhancements:

  • Linux filepaths are now always wrapped in double-quotes. This is so that filepaths with spaces are not seen as arguments by Linux.

Maintenance:

  • Updated dependencies
  • Updated documentation
    • Fix an example in a JSDoc block

Code Quality:

  • E2E Tests now log out how long they take to run.
    • This varies depending on OS and the shared utilization of the machines the VM's are running on at GitHub Action's servers
    • OSX at ~70-80ms
    • Windows at ~180-270ms
    • Linux at ~33-45ms
  • Linting and Test coverage remains at 100%
  • E2E tests all passing

Code Changes