Closed ghost closed 5 years ago
I just tried to use __dirname + '../destiny-2/manifest.content'
as the second parameter as well but got the same error
this was my issue. i needed __dirname + '/..destiny-2/manifest.content'
. The file successfully unzips now
Bug Report
Your Environment
Expected Behavior
Expected the
downloadManifest
method to unzip the manifest file in the directory specified as stated in the documentationCurrent Behavior
an error results stating the unzipping the file failed.
Code Sample