We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After cs2 release this library is not working anymore, it shows the following error:
/node_modules/csgo-cdn/index.js:287 let name = file.filename.split('\'); ^ TypeError: Cannot read properties of undefined (reading 'filename')
Any ideas?
The text was updated successfully, but these errors were encountered:
I'm also having this issue, tried finding a fix but could not do it successfully
Sorry, something went wrong.
Incase you are wiling to test please try out #50
No branches or pull requests
After cs2 release this library is not working anymore, it shows the following error:
/node_modules/csgo-cdn/index.js:287
let name = file.filename.split('\');
^
TypeError: Cannot read properties of undefined (reading 'filename')
Any ideas?
The text was updated successfully, but these errors were encountered: