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 was 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