You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
The function getAndSaveFile is returning true even when the file is not created yet, i would recommend to add a listener on the fs.createWriteStream to wait for the file end and promisify all of these to ensure that true is returned only when the file is completely written
congrats for this new client, it is awesome ;)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The function
getAndSaveFile
is returningtrue
even when the file is not created yet, i would recommend to add a listener on thefs.createWriteStream
to wait for the file end and promisify all of these to ensure thattrue
is returned only when the file is completely writtencongrats for this new client, it is awesome ;)
The text was updated successfully, but these errors were encountered: