Skip to content

Commit

Permalink
retry on failures
Browse files Browse the repository at this point in the history
  • Loading branch information
antihax committed Feb 2, 2025
1 parent 39b3260 commit d76f962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atlastools/include/workshop.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ function downloadMods(modids) {
}
} catch (error) {
console.error('Error downloading mods:', error);
downloadMods(modids);
}
}

Expand Down

0 comments on commit d76f962

Please sign in to comment.