-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No longer throw an exception when an error occurs. Just resolve with
null and move on
- Loading branch information
TJ Simons
committed
Mar 27, 2018
1 parent
3a3b569
commit b163b89
Showing
2 changed files
with
46 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -400,6 +400,7 @@ exports.downloadMediaFiles = async ({ | |
}) | ||
} catch (e) { | ||
// Ignore | ||
console.log(e) | ||
} | ||
} | ||
|
||
|