rusq / slackdump

Save or export your private and public Slack messages, threads, files, and users locally without admin privileges.
GNU General Public License v3.0
813 stars 60 forks source link

Fix emoji-failfast #246

Closed jhult closed 7 months ago

jhult commented 7 months ago

Change variable name from ignoreErrors to failFast (to match fetch function) and use this variable instead of always using true

rusq commented 7 months ago

Thank you! It looks like this is something I forgot to do when implementing, and this logic is in line with FailOnError configuration parameter that is passed to download. Nice fix!