BugSplat-Git / symbol-upload

Cross-platform symbol upload utility
MIT License
10 stars 3 forks source link

fix!: enoent searching for symbol files #109

Closed bobbyg603 closed 5 months ago

bobbyg603 commented 6 months ago

There's some weird logic in here we use so that files with the same name but in different folders don't overwrite one another in the temp directory. To avoid this, we prefix the file name with the path to the file. Since 2 files with the same name can't be in the same folder this works because the prefix is always different, but it also gives us some idea where the symbol came from.

Fixes #108

BREAKING CHANGE: changes signature of public function uploadSymbolFiles